aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 35688a8..cb00119 100644
--- a/Makefile
+++ b/Makefile
@@ -23,8 +23,10 @@ all: build optimize
.PHONY: test
test: build optimize
- @echo "\033[1mRunning tests...\033[0m"
+ @echo "\033[1;4mRunning unoptimized tests...\033[0m"
@$(LUA_BIN) nomsu.lua tests
+ @echo "\n\033[1;4mRunning optimized tests...\033[0m"
+ @$(LUA_BIN) nomsu.lua -O tests
%.lua: %.moon
@moonc $<