aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5e41110..391fce2 100644
--- a/README.md
+++ b/README.md
@@ -75,13 +75,9 @@ Or, to create Xcode project files on OSX:
Tests can also be run manually on any executable `$PROG` using:
- perl runtests.pl spec.txt $PROG
+ python runtests.py --program $PROG
The GNU Makefile also provides a few other targets for developers.
-To test the shared library via a python wrapper:
-
- make testlib
-
To run a "fuzz test" against ten long randomly generated inputs:
make fuzztest
@@ -94,6 +90,10 @@ To make a release tarball and zip archive:
make archive
+To test the archives:
+
+ make testarchive
+
Compiling for Windows
---------------------