summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-10-24 10:36:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-10-24 10:36:41 -0700
commit58ade4d5907a76ba538f78662945735e3d81388a (patch)
treeec9a66c2dbfbb7324eb432f8994e6af2dcd14016 /Makefile
parent0f32ac4e2f44720315dd21fe686818f87000d96a (diff)
Improved leakcheck so that all syntax features are tested.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2a96722..e8a37d7 100644
--- a/Makefile
+++ b/Makefile
@@ -66,8 +66,7 @@ dingus: js/stmd.js
cd js && echo "Starting dingus server at http://localhost:9000" && python -m SimpleHTTPServer 9000
leakcheck: $(PROG)
- # TODO produce leaktest.md that tests everything
- cat leaktest.md | valgrind --leak-check=full --dsymutil=yes $(PROG)
+ cat leakcheck.md | valgrind --leak-check=full --dsymutil=yes $(PROG)
operf: $(PROG)
operf $(PROG) <bench.md >/dev/null