diff options
| author | Christian Cunningham <cc@local.lan> | 2025-03-07 23:48:17 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2025-03-07 23:48:17 -0800 |
| commit | 9b414ed91b205561346d8519016a3e9a7c1304db (patch) | |
| tree | e767747b5fd49b3bb2c2693328844b5ea0368b52 /Makefile | |
| parent | cce115efbcea123b55e74a81979273681f17718f (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 |
