diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 21:38:45 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-11-18 23:52:24 -0800 |
commit | 4b87bbb3e29c460940fc183f63a3b424ddf90187 (patch) | |
tree | 1992fffbf5a241810badf801187faacc00b65a6c /README.md | |
parent | 1ce9c8a9a4fd274beeac26ab506ce508745c47ab (diff) |
Added python version of test runner.
This tests the dynamic library when run without a second argument.
The code makes use of an amended version of the normalization
method from karlcow/markdown-testsuite.
Closes #161.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 --------------------- |