aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-08-13 04:06:20 -0400
committerBruce Hill <bruce@bruce-hill.com>2024-08-13 04:06:20 -0400
commit16500e2b001d95165775f50d3d86c52d4e0c7b3e (patch)
tree4976cf39a753ed382d995c24a01df868b325bbb9
parenteb9e5260a627191d255b30e43ff239dbf4b11faa (diff)
Speed up tests slightly
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8780ec21..4c66d174 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ tags:
$(CC) $(CFLAGS) -c $< -o $@
%.tm.testresult: %.tm tomo
- VERBOSE=0 COLOR=1 CC=gcc ./tomo $< 2>$@ >$@ && cat $@
+ VERBOSE=0 COLOR=1 CC=gcc O=1 ./tomo $< 2>$@ >$@ && cat $@
test: $(TESTS)
@echo -e '\x1b[32;7m ALL TESTS PASSED! \x1b[m'