diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-17 17:35:21 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-17 17:35:21 -0400 |
| commit | 734cc54d774a9b120fd185352d830111ef03c751 (patch) | |
| tree | 8066d91f993075a79755577ec8ac358e3b2701a9 /Makefile | |
| parent | 7e261bea9b303ff2cc24464c5400100f72badfaf (diff) | |
Dump test results to console again
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
