From ca2da421dda4440db29ddaffa6e71e6c824f4b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Fri, 17 Oct 2025 02:03:02 +0200 Subject: [PATCH] test: put all dynamic musl targets behind -Dtest-extra-targets --- test/tests.zig | 2 ++ 1 file changed, 2 insertions(+) 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 = .{