diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-17 02:03:02 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-10-17 02:03:02 +0200 |
| commit | ca2da421dda4440db29ddaffa6e71e6c824f4b83 (patch) | |
| tree | 67bcdc26b4edb3d344c4729cbf880db734e2f2dd | |
| parent | f785e4745d85f7056ab670989c5739b62b0df265 (diff) | |
| download | zig-ca2da421dda4440db29ddaffa6e71e6c824f4b83.tar.gz zig-ca2da421dda4440db29ddaffa6e71e6c824f4b83.zip | |
test: put all dynamic musl targets behind -Dtest-extra-targets
| -rw-r--r-- | test/tests.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig index 055e3fba9b..3210117e71 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -176,6 +176,7 @@ const test_targets = blk: { }, .linkage = .dynamic, .link_libc = true, + .extra_target = true, }, .{ .target = .{ @@ -1152,6 +1153,7 @@ const test_targets = blk: { }, .linkage = .dynamic, .link_libc = true, + .extra_target = true, }, .{ .target = .{ |
