From 7451f5d1174c1113da50c883c7b3f7e8415cea0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 27 May 2026 00:28:44 +0200 Subject: [PATCH] test: add x86-freebsd to the module test matrix While it's not supported as a native install architecture anymore, it's still a supported compatibility target. --- test/tests.zig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/tests.zig b/test/tests.zig index 276dc21b4b7db5bead9b97a5e3db5cf432be00a5..20f9a66ff44e89529dd9cb336767e52e4ed9559d 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -144,6 +144,15 @@ const module_test_targets = blk: { .link_libc = true, }, + .{ + .target = .{ + .cpu_arch = .x86, + .os_tag = .freebsd, + .abi = .none, + }, + .link_libc = true, + }, + .{ .target = .{ .cpu_arch = .x86_64, -- 2.54.0