Changes between Version 6 and Version 7 of Development/Testing
- Timestamp:
- 07/23/09 06:45:12 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Testing
v6 v7 10 10 This tool descends into the given directory, and runs any tests it finds. 11 11 12 * For subdirectories containing a {{{Main.ds}}} file, it builds and runs that program. The resulting executableis 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.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 14 * For subdirectories that do not contain a {{{Main.ds}}}, it simply compiles all the other sources there.
