We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9014829 commit ec128adCopy full SHA for ec128ad
1 file changed
Makefile
@@ -7,7 +7,7 @@ LUA_CPATH_MAKE = $(shell $(LUAROCKS) path --lr-cpath);./?.so;$(LUA_CPATH)
7
.PHONY: test local compile compile_system watch lint count show
8
9
test:
10
- busted
+ LUA_PATH='$(LUA_PATH_MAKE)' LUA_CPATH='$(LUA_CPATH_MAKE)' busted
11
12
show:
13
# LUA $(LUA)
0 commit comments