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 = .{