| ... | @@ -14,16 +14,16 @@ make install | ... | @@ -14,16 +14,16 @@ make install |
| 14 | ./zig build --build-file ../build.zig test | 14 | ./zig build --build-file ../build.zig test |
| 15 | | 15 | |
| 16 | ./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc | 16 | ./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc |
| 17 | wine test.exe | 17 | wine zig-cache/test.exe |
| 18 | | 18 | |
| 19 | ./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-fast | 19 | ./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-fast |
| 20 | wine test.exe | 20 | wine zig-cache/test.exe |
| 21 | | 21 | |
| 22 | ./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-safe | 22 | ./zig test ../test/behavior.zig --target-os windows --target-arch i386 --target-environ msvc --release-safe |
| 23 | wine test.exe | 23 | wine zig-cache/test.exe |
| 24 | | 24 | |
| 25 | ./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc | 25 | ./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc |
| 26 | wine64 test.exe | 26 | wine64 zig-cache/test.exe |
| 27 | | 27 | |
| 28 | #./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-fast | 28 | #./zig test ../test/behavior.zig --target-os windows --target-arch x86_64 --target-environ msvc --release-fast |
| 29 | #wine64 test.exe | 29 | #wine64 test.exe |