From 734cc54d774a9b120fd185352d830111ef03c751 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 17 Jun 2024 17:35:21 -0400 Subject: Dump test results to console again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 413dc1d7..46815c33 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ tags: $(CC) $(CFLAGS) -c $< -o $@ %.tm.testresult: %.tm tomo - VERBOSE=0 COLOR=1 CC=tcc ./tomo $< 2>$@ >$@ + VERBOSE=0 COLOR=1 CC=tcc ./tomo $< 2>$@ >$@ && cat $@ test: $(TESTS) @echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m' -- cgit v1.2.3