| ... | @@ -5,6 +5,7 @@ | ... | @@ -5,6 +5,7 @@ |
| 5 | ZIG=$DEBUG_STAGING/bin/zig | 5 | ZIG=$DEBUG_STAGING/bin/zig |
| 6 | | 6 | |
| 7 | $ZIG test test/behavior.zig -fno-stage1 -fLLVM -I test | 7 | $ZIG test test/behavior.zig -fno-stage1 -fLLVM -I test |
| | 8 | $ZIG test test/behavior.zig -fno-stage1 -ofmt=c -I test |
| 8 | | 9 | |
| 9 | $ZIG build test-behavior -Denable-qemu -Denable-wasmtime | 10 | $ZIG build test-behavior -Denable-qemu -Denable-wasmtime |
| 10 | $ZIG build test-compiler-rt -Denable-qemu -Denable-wasmtime | 11 | $ZIG build test-compiler-rt -Denable-qemu -Denable-wasmtime |