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