summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2013-11-15 09:55:05 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2013-11-15 09:55:05 +0000
commitdd22eb24ae68e5567f57c66e09d1c715598c0117 (patch)
treea2f44a4ba5058c9225057ce62623b574a09518cd
parent4cb991a303e8826da72244e0ccfb40fea376260d (diff)
downloadgitano-dd22eb24ae68e5567f57c66e09d1c715598c0117.tar.gz
Pass in paths
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8c725ec..e81e4a3 100644
--- a/Makefile
+++ b/Makefile
@@ -144,6 +144,7 @@ install-skel:
test: local $(TEST_BINS)
@$(YARN) --env GTT="$$(pwd)/testing/gitano-test-tool" \
+ --env LUA_PATH="$(LUA_PATH)" --env LUA_CPATH="$(LUA_CPATH)" \
testing/library.yarn $(TESTS)
testing/%: testing/%.in $(GEN_BIN)