- Commit
- 1ce9c8a9a4fd274beeac26ab506ce508745c47ab
- Parent
- 0e934adc54af7bc19dfa6b779c1534dff2dcf64b
- Author
- John MacFarlane <fiddlosopher@gmail.com>
- Date
make test: Use cmake to run tests. So we get api tests too.
My personal build of CMark ✏️
make test: Use cmake to run tests. So we get api tests too.
1 file changed, 2 insertions, 2 deletions
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 4 | 2 | 2 |
diff --git a/Makefile b/Makefile @@ -83,8 +83,8 @@ $(SRCDIR)/case_fold_switch.inc: $(DATADIR)/CaseFolding-3.2.0.txt man/man1/cmark.1: man/cmark.1.md pandoc $< -o $@ -s -t man -test: $(SPEC) - perl runtests.pl $< $(PROG) +test: $(SPEC) $(BUILDDIR) + make -C $(BUILDDIR) test ARGS="-V" testlib: $(SPEC) perl runtests.pl $< ./wrapper.py