test: add x86_64-windows-cbe target to incremental cases

Throw another target in there just to spice things up a little!

Running the incremental cases with the C backend is pretty slow due to
the need to recompile the whole output from scratch on every update; for
this reason, we probably don't want to keep many of these targeting CBE
long-term. However, for now, while we have relatively few tests and
things are still changing quite a lot, it's better to have this little
bit of extra test coverage.
This commit is contained in:
mlugg 2024-09-26 04:26:18 +01:00
parent dfc0a27090
commit 14ccbbef9f
No known key found for this signature in database
GPG Key ID: 3F5B7DCCBF4AF02E
9 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const std = @import("std"); const std = @import("std");

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const std = @import("std"); const std = @import("std");

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
pub fn main() void {} pub fn main() void {}

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const std = @import("std"); const std = @import("std");

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const std = @import("std"); const std = @import("std");

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const std = @import("std"); const std = @import("std");

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const MyEnum = enum(u8) { const MyEnum = enum(u8) {

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const SomeType = u32; const SomeType = u32;

View File

@ -1,5 +1,6 @@
#target=x86_64-linux-selfhosted #target=x86_64-linux-selfhosted
#target=x86_64-linux-cbe #target=x86_64-linux-cbe
#target=x86_64-windows-cbe
#update=initial version #update=initial version
#file=main.zig #file=main.zig
const std = @import("std"); const std = @import("std");