Commit Graph

3 Commits

Author SHA1 Message Date
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