aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-27 12:30:04 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-27 12:30:04 -0800
commit3f7bdb1382cd3632cf813e165c4143bc8f7961d6 (patch)
tree45db3a26c3632812cde13e604b736101935bcec2 /README.md
parentf320d9f9ea2f983d9a0f5d01f1235eef1df28f37 (diff)
Renamed runtests.py -> spec_tests.py.
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 43b1769..98cf8e2 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 runtests.py --program $PROG
+ python 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 runtests.py --dump-tests
+ python spec_tests.py --dump-tests
and you'll get all the tests in JSON format.