From 6e07749cbb6560f72045c78e0920f0aacdee0713 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 17 Jun 2024 01:11:15 -0400 Subject: [PATCH] Tweak test output --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d892d07..c9e182e 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}