From dd22eb24ae68e5567f57c66e09d1c715598c0117 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 15 Nov 2013 09:55:05 +0000 Subject: Pass in paths --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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) -- cgit v1.2.1