feat(unlinker): support ?game? placeholder in output folder (#945)

* feat(unlinker): support ?game? placeholder in output folder

* chore: move unlinking tests to separate project

---------

Co-authored-by: Jan Laupetin <[email protected]>
This commit is contained in:
mo
2026-08-07 20:43:24 +02:00
committed by GitHub
co-authored by Jan Laupetin
parent b2036716dd
commit 6da0f2207e
6 changed files with 122 additions and 5 deletions
+2
View File
@@ -208,6 +208,7 @@ include "test/ObjWritingTests.lua"
include "test/ParserTestUtils.lua"
include "test/ParserTests.lua"
include "test/SystemTests.lua"
include "test/UnlinkingTests.lua"
include "test/ZoneCodeGeneratorLibTests.lua"
include "test/ZoneCommonTests.lua"
@@ -223,6 +224,7 @@ group "Tests"
ParserTestUtils:project()
ParserTests:project()
SystemTests:project()
UnlinkingTests:project()
ZoneCodeGeneratorLibTests:project()
ZoneCommonTests:project()
group ""