| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
In cases where the decider is wrong, TRUE and FALSE are
not both viable answers for a specific test case, but
rather for the class of test cases which share the
same error_decider.
|
|
|
|
|
|
|
|
| |
Generate an additional program which wraps just the decider
in a simple driver main which lets the program be run
independently, with both its inputs specified through
the command line. The result of the decider is reported
to standard output.
|
|
|
|
|
| |
- Provide prototypes for the deciders, so they are diagnosed if incorrect.
- Add some compiler language and diagnostic options.
|
| |
|
|
|