aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-06-17 17:35:21 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-06-17 17:35:21 -0400
commit734cc54d774a9b120fd185352d830111ef03c751 (patch)
tree8066d91f993075a79755577ec8ac358e3b2701a9 /Makefile
parent7e261bea9b303ff2cc24464c5400100f72badfaf (diff)
Dump test results to console again
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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'