summaryrefslogtreecommitdiff
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-18 21:38:45 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-18 23:52:24 -0800
commit4b87bbb3e29c460940fc183f63a3b424ddf90187 (patch)
tree1992fffbf5a241810badf801187faacc00b65a6c /Makefile.nmake
parent1ce9c8a9a4fd274beeac26ab506ce508745c47ab (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 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 0436bc6..0352b6d 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -33,10 +33,7 @@ man\man1\cmark.1: man\cmark.1.md
pandoc $? -o $@ -s -t man
test: $(SPEC) all
- perl runtests.pl $(SPEC) $(PROG)
-
-testlib: $(SPEC) all
- perl runtests.pl $(SPEC) .\wrapper.py
+ @pushd $(BUILDDIR) && $(MAKE) test ARGS="-V" && popd
distclean: clean
del /q src\scanners.c 2> nul