Skip to content

Commit 6c30419

Browse files
committed
tests: fix missing target for C ABI tests
This regressed earlier in this branch.
1 parent 3b6db00 commit 6c30419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/tests.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,7 @@ pub fn addCAbiTests(b: *std.Build, skip_non_native: bool, skip_release: bool) *S
13601360
const test_step = b.addTest(.{
13611361
.root_source_file = .{ .path = "test/c_abi/main.zig" },
13621362
.optimize = optimize_mode,
1363+
.target = c_abi_target,
13631364
});
13641365
if (c_abi_target.abi != null and c_abi_target.abi.?.isMusl()) {
13651366
// TODO NativeTargetInfo insists on dynamically linking musl

0 commit comments

Comments
 (0)