Skip to content

Commit 4effb22

Browse files
committed
Include Luarocks packages in the Lua paths used by the tests
1 parent b02536a commit 4effb22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ LUA_CPATH_MAKE = $(shell $(LUAROCKS) path --lr-cpath);./?.so;$(LUA_CPATH)
77
.PHONY: test local compile compile_system watch lint count show
88

99
test:
10-
busted
10+
LUA_PATH='$(LUA_PATH_MAKE)' LUA_CPATH='$(LUA_CPATH_MAKE)' busted
1111

1212
show:
1313
# LUA $(LUA)

0 commit comments

Comments
 (0)