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 713ade6 commit 45ea88aCopy full SHA for 45ea88a
Makefile
@@ -114,6 +114,7 @@ endif
114
115
define GEN_TEST
116
test-$1: $1 $(LUASRCDIET_DEST) $(DIST_DEST) build/project.godot
117
+ @mkdir -p $(dir build/addons/godot-lua-pluginscript/$2)
118
cp $2 build/addons/godot-lua-pluginscript/$2
119
$(GODOT_BIN) --path build --no-window --quit --script "$(CURDIR)/src/test/init.lua"
120
endef
0 commit comments