2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-12-27 12:31:50 +00:00

fix: system tests on windows

This commit is contained in:
Jan Laupetin
2025-12-23 13:54:55 +01:00
parent b47fb8fa30
commit e675b001f7

View File

@@ -13,9 +13,9 @@ namespace
{
TEST_CASE("Simple Zone(IW3)", "[iw3][system][simple]")
{
const auto assetSearchPath = oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple";
const auto sourceSearchPath = oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple";
const auto outputPath = oat::paths::GetTempDirectory("iw3_simple");
const auto assetSearchPath = (oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple").string();
const auto sourceSearchPath = (oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple").string();
const auto outputPath = oat::paths::GetTempDirectory("iw3_simple").string();
const char* argStrings[]{
"SystemTests", // bin