Skip to content

Commit a8e2bd4

Browse files
committed
Include Luarocks packages in the Lua paths used by the tests
1 parent 6eaccf2 commit a8e2bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)