summaryrefslogtreecommitdiff
path: root/tolua/src/tests/Makefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-15 17:38:35 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-15 17:38:35 +0200
commite0d3f4543c01fcee02986f18e937ba16772e2e3b (patch)
treec2d9ccea6ff3593e41f587d6064d777460ff9e4b /tolua/src/tests/Makefile
parentc85c62d344b7b6f158a88112ef0e6cea53a85669 (diff)
downloadcrawler-e0d3f4543c01fcee02986f18e937ba16772e2e3b.tar.gz
crawler-e0d3f4543c01fcee02986f18e937ba16772e2e3b.tar.bz2
executing tolua tests only in test makefile target
Diffstat (limited to 'tolua/src/tests/Makefile')
-rw-r--r--tolua/src/tests/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tolua/src/tests/Makefile b/tolua/src/tests/Makefile
index 215e586..b572365 100644
--- a/tolua/src/tests/Makefile
+++ b/tolua/src/tests/Makefile
@@ -10,6 +10,8 @@ LIBS = -ltolua -llua
EXE = tmodule tnamespace tclass tinheritance tconstant tvariable tfunction tarray tdirective tenum tvararg
all: $(EXE)
+
+test: all
./tmodule; ./tnamespace; ./tclass; ./tinheritance; ./tconstant; ./tvariable; ./tfunction; ./tarray; ./tdirective; ./tfunction; ./tenum; ./tvararg
tarray: tarray.o tarraybind.o