aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian C <cc@localhost>2025-03-08 00:28:15 -0800
committerChristian C <cc@localhost>2025-03-08 00:28:15 -0800
commit140754bc0f265696b4d76e674bf580cfb544d897 (patch)
tree602088151f40de018f0d919cb1f2147f3d1a88ce /Makefile
parent9be81ef43c8cfabe72fba16651dbfe62ed0f1123 (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