aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98cf8e2..f56dc3e 100644
--- a/README.md
+++ b/README.md
@@ -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.