aboutsummaryrefslogtreecommitdiffstats
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 2fad74a..fe46662 100644
--- a/makefile
+++ b/makefile
@@ -153,7 +153,7 @@ runcov: $(TARGET)-cov
$(TARGET)-cov ./cgrep.cpp --
test: $(TARGET)
- $(TARGET) ./cgrep.cpp --
+ $(TARGET) --regex name --var --func ./cgrep.cpp
valgrind: $(TARGET)
- valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all $(TARGET) $(TARGET).cpp --