From e675b001f77549c70331d613d1a2fc59dd99e4f1 Mon Sep 17 00:00:00 2001 From: Jan Laupetin Date: Tue, 23 Dec 2025 13:54:55 +0100 Subject: [PATCH] fix: system tests on windows --- test/SystemTests/Game/IW3/SimpleZoneIW3.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/SystemTests/Game/IW3/SimpleZoneIW3.cpp b/test/SystemTests/Game/IW3/SimpleZoneIW3.cpp index f5a206fd..f60ec550 100644 --- a/test/SystemTests/Game/IW3/SimpleZoneIW3.cpp +++ b/test/SystemTests/Game/IW3/SimpleZoneIW3.cpp @@ -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