summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-06 05:39:19 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-06 05:39:19 +0200
commit18379e15998e96ca604c10adc6295cc4b89ae8e4 (patch)
treea3545affdbaaa9209990ad0f73b60a7fc49dfc6b /Makefile
parent7c461804ac6ae24d3026e803e7a0a04303a687c3 (diff)
Updating Balau and Dalos-modules, and adding a few Lua tests for Dalos-cli.
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