summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'QA/Makefile.inc')
-rw-r--r--QA/Makefile.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/QA/Makefile.inc b/QA/Makefile.inc
deleted file mode 100644
index e86005d..0000000
--- a/QA/Makefile.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-ifdef USE_VALGRIND
-# Not enabled: --show-reachable=yes
-TEST_RUNNER=valgrind --suppressions=QA/valgrind.supp -q --leak-check=full --track-origins=yes
-endif
-
-include QA/UnitTest/Makefile.inc
-
-.PHONY: test
-test: $(TEST_TARGETS)