summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-11-11 23:11:46 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-11-11 23:11:46 -0800
commit85d495dbe23fc40e718167fa423559f2c9a3121c (patch)
treeff95a2bd43d5a69ae5faf05b4e9259f225465855 /Makefile
parentcf69456c3db9ea0f76443f7fdc187ddc2e276e6d (diff)
Added testlib target to test shared lib via python wrapper.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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 $@