aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-07 23:48:17 -0800
committerChristian Cunningham <cc@local.lan>2025-03-07 23:48:17 -0800
commit9b414ed91b205561346d8519016a3e9a7c1304db (patch)
treee767747b5fd49b3bb2c2693328844b5ea0368b52 /Makefile
parentcce115efbcea123b55e74a81979273681f17718f (diff)
Testing suite
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