diff options
author | Daniel Silverstone <dsilvers@digital-scurf.org> | 2013-11-15 17:01:11 +0000 |
---|---|---|
committer | Daniel Silverstone <dsilvers@digital-scurf.org> | 2013-11-15 17:01:11 +0000 |
commit | 4629cfff316357fcc1ac8a1a74e272f3a60bcb0a (patch) | |
tree | 57fb0169ea34af31a42ef62c213836b8666d96d2 | |
parent | 90bc3aadc5809e347ee5903cb265578026a16122 (diff) | |
parent | dd22eb24ae68e5567f57c66e09d1c715598c0117 (diff) | |
download | gitano-4629cfff316357fcc1ac8a1a74e272f3a60bcb0a.tar.gz |
Merge branch 'master' of git://git.gitano.org.uk/gitano
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |