diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 -- |