From 4b87bbb3e29c460940fc183f63a3b424ddf90187 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 18 Nov 2014 21:38:45 -0800 Subject: 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. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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 --------------------- -- cgit v1.2.3