- Commit
- 3bfbee921b34cf3ac4684344255a3d5b14171903
- Parent
- 225d720d6e9b473c7d6498e811b3f412472cc9ce
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Makefile: Removed dependency of leakcheck on PROG.
My personal build of CMark ✏️
Makefile: Removed dependency of leakcheck on PROG.
1 file changed, 1 insertion, 1 deletion
Status | File Name | N° Changes | Insertions | Deletions |
Modified | Makefile | 2 | 1 | 1 |
diff --git a/Makefile b/Makefile @@ -113,7 +113,7 @@ testziparchive: $(ZIPARCHIVE) $(ALLTESTS): spec.txt python test/spec_tests.py --spec $< --dump-tests | python -c 'import json; import sys; tests = json.loads(sys.stdin.read()); print "\n".join([test["markdown"] for test in tests]).encode("utf-8")' > $@ -leakcheck: $(ALLTESTS) $(PROG) +leakcheck: $(ALLTESTS) cat $< | valgrind --leak-check=full --dsymutil=yes --error-exitcode=1 $(PROG) >/dev/null fuzztest: