Changes between Version 5 and Version 6 of Development/Testing
- Timestamp:
- 07/23/09 06:44:54 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development/Testing
v5 v6 10 10 This tool descends into the given directory, and runs any tests it finds. 11 11 12 * For subdirectories containing a main{{{Main.ds}}} file, it builds and runs that program. The resulting executable 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.12 * For subdirectories containing a {{{Main.ds}}} file, it builds and runs that program. The resulting executable 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.
