File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -452,13 +452,13 @@ cmake --build $buildDir --target install --config "$buildType"
452452# ###################################################
453453# Run the unit_tests for regression control
454454# ###################################################
455- Write-Host " === Switching to installed directory and running tests ==="
456- Set-Location $installDir
457- if (Test-Path " .\unit_tests.exe" ) {
458- .\unit_tests.exe
459- }
460- else {
461- Write-Host " Warning: Installed test executable not found."
462- }
463-
464- Write-Host " === Build, install, and test complete ==="
455+ # Write-Host "=== Switching to installed directory and running tests ==="
456+ # Set-Location $installDir
457+ # if (Test-Path ".\unit_tests.exe") {
458+ # .\unit_tests.exe
459+ # }
460+ # else {
461+ # Write-Host "Warning: Installed test executable not found."
462+ # }
463+ #
464+ # Write-Host "=== Build, install, and test complete ==="
You can’t perform that action at this time.
0 commit comments