fix: make test depend on luac32
This commit is contained in:
@@ -22,7 +22,7 @@ embed: $(LUAC32)
|
|||||||
api:
|
api:
|
||||||
@$(PYTHON) tools/gen_api.py
|
@$(PYTHON) tools/gen_api.py
|
||||||
|
|
||||||
test: $(LUA_SMOKE) $(RUNTIME_TEST)
|
test: $(LUA_SMOKE) $(RUNTIME_TEST) $(LUAC32)
|
||||||
@$(PYTHON) tools/gen_api.py --check
|
@$(PYTHON) tools/gen_api.py --check
|
||||||
@printf '%-32s ' generated-api; echo ok
|
@printf '%-32s ' generated-api; echo ok
|
||||||
@$(PYTHON) tools/embed.py $(LUAC32) lua/lib native/src/embedded_modules.cpp --check
|
@$(PYTHON) tools/embed.py $(LUAC32) lua/lib native/src/embedded_modules.cpp --check
|
||||||
|
|||||||
Reference in New Issue
Block a user