From 18d3f593f55e60af96b3083999aee62842ef5f6d Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Mon, 12 Nov 2018 18:59:15 +0330 Subject: update --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index fe46662..0643705 100644 --- a/makefile +++ b/makefile @@ -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 -- -- cgit v1.2.3