- Commit
- 85d495dbe23fc40e718167fa423559f2c9a3121c
- Parent
- cf69456c3db9ea0f76443f7fdc187ddc2e276e6d
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Added testlib target to test shared lib via python wrapper.
My personal build of CMark ✏️
Added testlib target to test shared lib via python wrapper.
1 file changed, 3 insertions, 0 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 3 | 3 | 0 |
diff --git 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 $@