From 18379e15998e96ca604c10adc6295cc4b89ae8e4 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Tue, 6 Aug 2013 05:39:19 +0200 Subject: Updating Balau and Dalos-modules, and adding a few Lua tests for Dalos-cli. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3