mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-12-27 20:41:49 +00:00
fix: system tests on windows
This commit is contained in:
@@ -13,9 +13,9 @@ namespace
|
|||||||
{
|
{
|
||||||
TEST_CASE("Simple Zone(IW3)", "[iw3][system][simple]")
|
TEST_CASE("Simple Zone(IW3)", "[iw3][system][simple]")
|
||||||
{
|
{
|
||||||
const auto assetSearchPath = oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple";
|
const auto assetSearchPath = (oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple").string();
|
||||||
const auto sourceSearchPath = oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple";
|
const auto sourceSearchPath = (oat::paths::GetSystemTestsDirectory() / "Game/IW3/simple").string();
|
||||||
const auto outputPath = oat::paths::GetTempDirectory("iw3_simple");
|
const auto outputPath = oat::paths::GetTempDirectory("iw3_simple").string();
|
||||||
|
|
||||||
const char* argStrings[]{
|
const char* argStrings[]{
|
||||||
"SystemTests", // bin
|
"SystemTests", // bin
|
||||||
|
|||||||
Reference in New Issue
Block a user