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