aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-03-08 00:28:15 -0800
committerChristian Cunningham <cc@local.lan>2025-03-08 00:28:15 -0800
commit203cba52ca8407b6b4cea11214710ecd2ecb38b7 (patch)
tree602088151f40de018f0d919cb1f2147f3d1a88ce /Makefile
parent9b414ed91b205561346d8519016a3e9a7c1304db (diff)
Lib/Dir testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bc7d4b..01e8fb4 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ endif
# Suppress Test Passings
ifdef TEST_SHOW_PASS
-$(info Hiding test pass results)
+$(info Showing test pass results)
DEFINES+=-DTEST_SHOW_PASS
endif