aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-12 15:29:15 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-12 15:29:15 +0000
commit18d3f593f55e60af96b3083999aee62842ef5f6d (patch)
tree2c26e63e506bddc103bae437a8290a5fd7f156e1 /makefile
parentupdate (diff)
downloadcgrep-18d3f593f55e60af96b3083999aee62842ef5f6d.tar.gz
cgrep-18d3f593f55e60af96b3083999aee62842ef5f6d.zip
update
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index fe46662..0643705 100644
--- a/makefile
+++ b/makefile
@@ -153,7 +153,7 @@ runcov: $(TARGET)-cov
$(TARGET)-cov ./cgrep.cpp --
test: $(TARGET)
- $(TARGET) --regex name --var --func ./cgrep.cpp
+ $(TARGET) --A 1 --B 1 --regex run --func ./cgrep.cpp
valgrind: $(TARGET)
- valgrind --track-origins=yes --leak-check=full --show-leak-kinds=all $(TARGET) $(TARGET).cpp --