diff options
author | bloodstalker <thabogre@gmail.com> | 2018-11-13 18:06:50 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2018-11-13 18:06:50 +0000 |
commit | d799662f0ee5b98937eb5d88228706f3bd04e4ba (patch) | |
tree | ac87ddddc524133b86b706288ea13c36fe33d448 /makefile | |
parent | update (diff) | |
download | cgrep-d799662f0ee5b98937eb5d88228706f3bd04e4ba.tar.gz cgrep-d799662f0ee5b98937eb5d88228706f3bd04e4ba.zip |
update
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 -- |