cmark

My personal build of CMark ✏️

Commit
cc43544dea5c2cebd5f1c6244c68e66fd2e85514
Parent
bfe4d148098717f1603cbe12ba1cf306db09ce3e
Author
John MacFarlane <jgm@berkeley.edu>
Date

'make leakcheck': check xml and man renderers as well.

Diffstat

1 file changed, 2 insertions, 0 deletions

Status File Name N° Changes Insertions Deletions
Modified Makefile 2 2 0
diff --git a/Makefile b/Makefile
@@ -117,6 +117,8 @@ $(ALLTESTS): spec.txt
 
 leakcheck: $(ALLTESTS)
 	cat $< | valgrind --leak-check=full --dsymutil=yes --error-exitcode=1 $(PROG) >/dev/null
+	cat $< | valgrind --leak-check=full --dsymutil=yes --error-exitcode=1 $(PROG) -t man >/dev/null
+	cat $< | valgrind --leak-check=full --dsymutil=yes --error-exitcode=1 $(PROG) -t xml >/dev/null
 
 fuzztest:
 	{ for i in `seq 1 10`; do \