aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-06-17 01:11:15 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-06-17 01:11:15 -0400
commit6e07749cbb6560f72045c78e0920f0aacdee0713 (patch)
treec892b965007960d9e28728fc620e6edf252cfaec /Makefile
parentc24a53174e34bc4f14668b8e366b07853ad6e7b7 (diff)
Tweak test output
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d892d07b..c9e182ef 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ tags:
VERBOSE=0 COLOR=1 CC=tcc ./tomo $< 2>&1 | tee $@
test: $(TESTS)
- echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m'
+ @echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m'
clean:
rm -f tomo *.o SipHash/halfsiphash.o builtins/*.o libtomo.so test/*.tm.{c,h,o,testresult}