summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c91cdec..037cde8 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ strip: $(TARGET)
Balau:
$(MAKE) -C Balau
-tests: $(TARGET)
+tests: all
$(MAKE) -C Balau tests
./$(TARGET) tests/alltests.lua tests/runtests.lua
./$(TARGET) tests/alltests.lua -e 'runtests()'