diff options
author | Christian C <cc@localhost> | 2025-03-07 23:48:17 -0800 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-07 23:48:17 -0800 |
commit | 9be81ef43c8cfabe72fba16651dbfe62ed0f1123 (patch) | |
tree | e767747b5fd49b3bb2c2693328844b5ea0368b52 /Makefile | |
parent | afad16ce636dd54fa1fdedd100eb93f1d7b508d6 (diff) |
Testing suite
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |