| ... | ... | @@ -68,7 +68,7 @@ Write-Output "Testing Autodocs..." |
| 68 | 68 | CheckLastExitCode |
| 69 | 69 | |
| 70 | 70 | Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." |
| 71 | | & "stage3-release\bin\zig.exe" test ` |
| 71 | & "stage3-debug\bin\zig.exe" test ` |
| 72 | 72 | ..\test\behavior.zig ` |
| 73 | 73 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 74 | 74 | -I..\test ` |
| ... | ... | @@ -78,7 +78,7 @@ Write-Output "Build x86_64-windows-msvc behavior tests using the C backend..." |
| 78 | 78 | -target x86_64-windows-msvc |
| 79 | 79 | CheckLastExitCode |
| 80 | 80 | |
| 81 | | & "stage3-release\bin\zig.exe" build-obj ` |
| 81 | & "stage3-debug\bin\zig.exe" build-obj ` |
| 82 | 82 | ..\lib\compiler_rt.zig ` |
| 83 | 83 | --zig-lib-dir "$ZIG_LIB_DIR" ` |
| 84 | 84 | -ofmt=c ` |