From 85d495dbe23fc40e718167fa423559f2c9a3121c Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 11 Nov 2014 23:11:46 -0800 Subject: Added testlib target to test shared lib via python wrapper. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f31473d..880a0e6 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,9 @@ spec.pdf: spec.md template.tex specfilter.hs test: $(SPEC) perl runtests.pl $< $(PROG) +testlib: $(SPEC) + perl runtests.pl $< ./wrapper.py + js/commonmark.js: js/lib/index.js ${JSMODULES} browserify --standalone commonmark $< -o $@ -- cgit v1.2.3