We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5fb85 commit 426d214Copy full SHA for 426d214
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