Changes between Version 7 and Version 8 of Development/Testing
- Timestamp:
- 07/23/09 06:45:49 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Testing
v7 v8 12 12 * For subdirectories containing a {{{Main.ds}}} file, it builds and executes that program. The resulting binary is named {{{Main.bin}}} and placed in the same directory as the source. If there is also a {{{Main.stdout}}} file, then checks the program's output against this expected output. If there is any difference it prompts the user whether to stop testing, or update the expected output. 13 13 14 * For subdirectories that do not contain a {{{Main.ds}}}, it simply compiles all the other sources there.14 * For subdirectories that do not contain a {{{Main.ds}}}, it simply compiles all the source files there. 15 15 16 16 * If a subdirectory contains a {{{Module.error.check}}} file, where {{{Module}}} is some arbitrary module name, then compilation is expected to fail with the error message given by that check file.
