aboutsummaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2018-11-10 21:11:00 +0000
committerbloodstalker <thabogre@gmail.com>2018-11-10 21:11:00 +0000
commita98b21c6ce2b3cf448e9352a9285a91bd3b9adbc (patch)
tree77a8517f2ec1a1593f0f9651be5aed370a8fc5f4 /makefile
parentupdate (diff)
downloadcgrep-a98b21c6ce2b3cf448e9352a9285a91bd3b9adbc.tar.gz
cgrep-a98b21c6ce2b3cf448e9352a9285a91bd3b9adbc.zip
update
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 --