jmaccabe
69e590b851
Autorun for test expecting input
...
Added autorun file for 15 so test suite could continue.
2013-09-28 03:52:35 -04:00
jmaccabe
c180b16495
Added metrics
...
Keep track of time for each test and the full suite.
2013-09-28 03:52:35 -04:00
Chad Whitacre
d8993ac9fe
Give better comparison for test failure
...
diff is pretty unreadable. Here's a column comparison.
2013-09-25 20:41:19 -04:00
Chad Whitacre
7f28c7e434
Add an arg to test.sh, for the style number
...
Now you can do `./test/test.sh 18` or `./test.sh 18`.
2013-09-25 20:14:03 -04:00
Chad Whitacre
b89f438108
Don't care where test.sh is run from
...
We were trying to run ./test/test.sh and it didn't work because test.sh
assumed we were in ./test/. This change moves into ./test/ for us.
2013-09-25 19:54:42 -04:00
Bruce Adams
5749c2c50f
Enhance testing: run all executables
...
Add a #! line at the beginning of each of the existing Python programs
and change these files to be executable. This sets the stage for having
the test script blindly run anything that is executable, adding support
for testing many programming languages.
2013-09-24 22:09:30 -04:00
Bruce Adams
e967d5dadc
Add tests for the Python programs
...
Adjust 06-the-one/tf-06.py to avoid adding an extra blank line at the
end, so it will pass the tests.
2013-09-24 21:32:22 -04:00