summaryrefslogtreecommitdiff
path: root/tests/tolua/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tolua/GNUmakefile')
-rw-r--r--tests/tolua/GNUmakefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/tolua/GNUmakefile b/tests/tolua/GNUmakefile
index 7a86459..d8f8ecc 100644
--- a/tests/tolua/GNUmakefile
+++ b/tests/tolua/GNUmakefile
@@ -36,7 +36,6 @@ local_clean:
local_distclean:
-LD_LIBRARY_PATH=$(TOPDIR)/src/libutil:$(TOPDIR)/src/liblogger:$(TOPDIR)/src/libcrawler:$(TOPDIR)/src/libluaglue
-
local_test:
- LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) ./test1 test1.lua
+ ./exec_test test1 test1.lua "ToLua binding in module"
+