diff options
| author | mlugg <mlugg@mlugg.co.uk> | 2024-09-26 04:26:18 +0100 |
|---|---|---|
| committer | mlugg <mlugg@mlugg.co.uk> | 2024-10-05 20:52:26 +0100 |
| commit | 14ccbbef9f4e34ed2311b96b771bbb452dccf9dc (patch) | |
| tree | eff4f3fde4da010fda808c072b7fc9418dcb5ba3 /test/incremental/hello | |
| parent | dfc0a27090b1f15aae429801cdded14ab0a80595 (diff) | |
| download | zig-14ccbbef9f4e34ed2311b96b771bbb452dccf9dc.tar.gz zig-14ccbbef9f4e34ed2311b96b771bbb452dccf9dc.zip | |
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.
Diffstat (limited to 'test/incremental/hello')
| -rw-r--r-- | test/incremental/hello | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/incremental/hello b/test/incremental/hello index 9419b3d186..3526b47f7c 100644 --- a/test/incremental/hello +++ b/test/incremental/hello @@ -1,5 +1,6 @@ #target=x86_64-linux-selfhosted #target=x86_64-linux-cbe +#target=x86_64-windows-cbe #update=initial version #file=main.zig const std = @import("std"); |
