From d799662f0ee5b98937eb5d88228706f3bd04e4ba Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Tue, 13 Nov 2018 21:36:50 +0330 Subject: update --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index dedcf78..289d775 100644 --- a/makefile +++ b/makefile @@ -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 -- -- cgit v1.2.3