diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 10:36:41 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-10-24 10:36:41 -0700 |
commit | 58ade4d5907a76ba538f78662945735e3d81388a (patch) | |
tree | ec9a66c2dbfbb7324eb432f8994e6af2dcd14016 /Makefile | |
parent | 0f32ac4e2f44720315dd21fe686818f87000d96a (diff) |
Improved leakcheck so that all syntax features are tested.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |