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. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9af8e50..317e5d1 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ archive: spec.html $(BUILDDIR) perl -ne '$$p++ if /^### JavaScript/; print if (!$$p)' Makefile > $(PKGDIR)/Makefile; \ cp -a Makefile.nmake nmake.bat $(PKGDIR); \ cp -a man/man1/cmark.1 $(PKGDIR)/man/man1/; \ - cp -a README.md LICENSE spec.txt runtests.pl $(PKGDIR)/; \ + cp -a README.md LICENSE spec.txt runtests.py $(PKGDIR)/; \ tar czf $(TARBALL) $(PKGDIR); \ zip -q -r $(ZIPARCHIVE) $(PKGDIR); \ rm -rf $(PKGDIR) ; \ @@ -86,9 +86,6 @@ man/man1/cmark.1: man/cmark.1.md test: $(SPEC) $(BUILDDIR) make -C $(BUILDDIR) test ARGS="-V" -testlib: $(SPEC) - perl runtests.pl $< ./wrapper.py - $(TARBALL): archive $(ZIPARCHIVE): archive -- cgit v1.2.3