summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 13:24:12 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 13:24:12 +0200
commit595f6b02c854fdc412a180fc6767148d6eebd394 (patch)
treeec20d12b00203d684db3ef44f2ed6e0390f7e02b /tests/GNUmakefile
parentc439b87bc9bc4d25982ec0044468bd405fac8296 (diff)
downloadcrawler-595f6b02c854fdc412a180fc6767148d6eebd394.tar.gz
crawler-595f6b02c854fdc412a180fc6767148d6eebd394.tar.bz2
fixed some tests
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index 7f86834..e80f114 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -8,6 +8,10 @@ ifeq ($(WITH_CURL),1)
SUBDIRS += libcurlpp
endif
+ifeq ($(WITH_LUA),1)
+SUBDIRS += tolua
+endif
+
-include $(TOPDIR)/makefiles/gmake/sub.mk
local_all: