From cc43544dea5c2cebd5f1c6244c68e66fd2e85514 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 10 Jan 2015 23:13:25 -0800 Subject: 'make leakcheck': check xml and man renderers as well. --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a7b98d..7f9da9d 100644 --- 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 \ -- cgit v1.2.3