diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-29 21:36:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-29 21:36:22 -0800 |
commit | 3643c9c36b35bdd2b5da963ac3d05ef0e2cbf7e7 (patch) | |
tree | 33e60794ade8fabc3afcccfdd6db2436638b357c /README.md | |
parent | d76f07909ff44a36b0ea6e993484ad9e9fd6ff11 (diff) |
Updated path for spec_test.py.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -75,12 +75,12 @@ Or, to create Xcode project files on OSX: Tests can also be run manually on any executable `$PROG` using: - python spec_tests.py --program $PROG + python test/spec_tests.py --program $PROG If you want to extract the raw test data from the spec without actually running the tests, you can do: - python spec_tests.py --dump-tests + python test/spec_tests.py --dump-tests and you'll get all the tests in JSON format. |