aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/makefile b/makefile
index dedcf78..289d775 100644
--- a/makefile
+++ b/makefile
@@ -153,8 +153,7 @@ runcov: $(TARGET)-cov
$(TARGET)-cov ./cgrep.cpp --
test: $(TARGET)
- #$(TARGET) --A 1 --B 1 --regex [Hh]and --class ./cgrep.cpp
- $(TARGET) --A 1 --B 1 --regex [Hh]and --nameddecl ./cgrep.cpp
+ $(TARGET) --A 1 --B 1 --regex write --memvar ./cgrep.cpp
valgrind: $(TARGET)
- valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all $(TARGET) $(TARGET).cpp --