fix: make test depend on luac32

This commit is contained in:
2026-08-03 21:45:04 -04:00
parent 6a9b082f97
commit 83e04dbb79
+1 -1
View File
@@ -22,7 +22,7 @@ embed: $(LUAC32)
api:
@$(PYTHON) tools/gen_api.py
test: $(LUA_SMOKE) $(RUNTIME_TEST)
test: $(LUA_SMOKE) $(RUNTIME_TEST) $(LUAC32)
@$(PYTHON) tools/gen_api.py --check
@printf '%-32s ' generated-api; echo ok
@$(PYTHON) tools/embed.py $(LUAC32) lua/lib native/src/embedded_modules.cpp --check