summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 09cc5d6..c91cdec 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,10 @@ strip: $(TARGET)
Balau:
$(MAKE) -C Balau
-tests:
+tests: $(TARGET)
$(MAKE) -C Balau tests
+ ./$(TARGET) tests/alltests.lua tests/runtests.lua
+ ./$(TARGET) tests/alltests.lua -e 'runtests()'
Balau/libBalau.a:
$(MAKE) -C Balau