aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4165c73..45b6310 100644
--- a/Makefile
+++ b/Makefile
@@ -49,6 +49,7 @@ test: build_test
@echo [EXEC] $(TESTDIR)/run
@$(TESTDIR)/run
+valgrind_test: CFLAGS += -g
valgrind_test: build_test
@CK_FORK=no valgrind --leak-check=full $(TESTDIR)/run