mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2026-03-16 18:03:03 +00:00
chore: use templating for t6 techset compilation
This commit is contained in:
@@ -3,6 +3,7 @@ ObjCompilingTests = {}
|
||||
function ObjCompilingTests:include(includes)
|
||||
if includes:handle(self:name()) then
|
||||
includedirs {
|
||||
"%{wks.location}/src/ObjCompiling",
|
||||
path.join(TestFolder(), "ObjCompilingTests")
|
||||
}
|
||||
end
|
||||
|
||||
@@ -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")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user