We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ac4180 commit 03cfefcCopy full SHA for 03cfefc
1 file changed
ctest/CMakeLists.txt
@@ -18,6 +18,7 @@ if(WIN32)
18
FILE(WRITE ${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.ps1
19
"$ErrorActionPreference = \"Stop\"\n"
20
"Get-Content $args[1] | & $args[0]\n"
21
+"exit $LASTEXITCODE\n"
22
)
23
set(test_helper powershell -ExecutionPolicy Bypass "${CMAKE_CURRENT_BINARY_DIR}/test_cblas_helper.ps1")
24
else()
0 commit comments