From 142bd772e11697e296dcd9cda379db90b48b60a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Tue, 4 Aug 2026 20:23:17 +0200 Subject: [PATCH] test: add loongarch32-linux-gnu[sf] to module test matrix --- test/tests.zig | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/test/tests.zig b/test/tests.zig index 90442edf52c9135eaf901c075828191cae6e45f3..8cd22d3b8fff0b09d9a9ac96dc8fe02184df5eab 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -455,6 +455,23 @@ const module_test_targets = blk: { .abi = .none, }, }, + .{ + .target = .{ + .cpu_arch = .loongarch32, + .os_tag = .linux, + .abi = .gnu, + }, + .link_libc = true, + }, + .{ + .target = .{ + .cpu_arch = .loongarch32, + .os_tag = .linux, + .abi = .gnusf, + }, + .link_libc = true, + .extra_target = true, + }, .{ .target = .{ -- 2.54.0