aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-13 14:27:35 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-13 14:27:35 +0000
commitc7f1ea148d8760dd81ce696210aa857d6898fab9 (patch)
tree43891a2a02f1583a739cc16f7b88621c7d300e24 /makefile
parentupdate (diff)
downloadcgrep-c7f1ea148d8760dd81ce696210aa857d6898fab9.tar.gz
cgrep-c7f1ea148d8760dd81ce696210aa857d6898fab9.zip
update
Diffstat (limited to 'makefile')
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index 0643705..dedcf78 100644
--- a/makefile
+++ b/makefile
@@ -153,7 +153,8 @@ runcov: $(TARGET)-cov
$(TARGET)-cov ./cgrep.cpp --
test: $(TARGET)
- $(TARGET) --A 1 --B 1 --regex run --func ./cgrep.cpp
+ #$(TARGET) --A 1 --B 1 --regex [Hh]and --class ./cgrep.cpp
+ $(TARGET) --A 1 --B 1 --regex [Hh]and --nameddecl ./cgrep.cpp
valgrind: $(TARGET)
- valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all $(TARGET) $(TARGET).cpp --