summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
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: