Skip to content

Commit 2656971

Browse files
updated run tests
1 parent 3b3c873 commit 2656971

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Scripts/RunTests.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ function RunTests {
6464
"Windows" {
6565
$testExecutablePath = [IO.Path]::Combine($OutputBuildDirectory, "ZEngine", "tests", $Configuration, "ZEngineTests.exe")
6666
}
67+
"Darwin" {
68+
$testExecutablePath = Join-Path $OutputBuildDirectory -ChildPath "ZEngine/tests/$Configuration/ZEngineTests"
69+
}
6770
"Linux" {}
68-
"Darwin" {}
6971
Default {
7072
throw 'This system is not supported'
7173
}

0 commit comments

Comments
 (0)