summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f11431c..ddcd105 100644
--- a/Makefile
+++ b/Makefile
@@ -132,7 +132,7 @@ $(ALLTESTS): $(SPEC)
leakcheck: $(ALLTESTS)
rc=0; \
- for format in html man xml commonmark; do \
+ for format in html man xml latex commonmark; do \
for opts in "" "--smart" "--normalize"; do \
echo "cmark -t $$format $$opts" ; \
cat $< | valgrind -q --leak-check=full --dsymutil=yes --error-exitcode=1 $(PROG) -t $$format $$opts >/dev/null || rc=1; \