chore: use templating for t6 techset compilation

This commit is contained in:
Jan Laupetin
2026-03-14 09:09:56 +01:00
parent 02a3394c2d
commit 5272b9060d
15 changed files with 301 additions and 121 deletions
@@ -34,7 +34,7 @@ TEST_CASE("TechsetCompilerT6", "[techset][t6][compiler]")
AssetCreationContext context(zone, &creators, &ignoredAssets);
MockSearchPath searchPath;
TestMemoryManager memory;
const auto sut = techset::CreateCompilerT6(memory, searchPath);
const auto sut = techset::CreateTechsetCompilerT6(memory, searchPath);
SECTION("Sets correct worldVertFormat")
{