aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e535feb..8bc7d4b 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,12 @@ $(info Including AVL Dump)
DEFINES+=-DAVL_INFO
endif
+# Suppress Test Passings
+ifdef TEST_SHOW_PASS
+$(info Hiding test pass results)
+DEFINES+=-DTEST_SHOW_PASS
+endif
+
ifeq ($(shell uname -s),Linux)
PKGCONF=pkgconf
endif