diff options
| author | LemonBoy <thatlemon@gmail.com> | 2019-09-27 18:20:17 +0200 |
|---|---|---|
| committer | LemonBoy <thatlemon@gmail.com> | 2019-09-27 18:44:49 +0200 |
| commit | 9ad0541f2c06e0eb3419b3da7fe721affa3aa3b5 (patch) | |
| tree | 87d1d26bd2475bbb492e4361bfeccd62be11aaa3 /test/tests.zig | |
| parent | a220648198aafbd067ddbdc806d5d7ba50ed885b (diff) | |
| download | zig-9ad0541f2c06e0eb3419b3da7fe721affa3aa3b5.tar.gz zig-9ad0541f2c06e0eb3419b3da7fe721affa3aa3b5.zip | |
Enable mipsel+libc tests on CI
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig index 4a9b2c89e6..3c6baeb360 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -140,6 +140,16 @@ const test_targets = [_]TestTarget{ }, }, }, + TestTarget{ + .target = Target{ + .Cross = CrossTarget{ + .os = .linux, + .arch = .mipsel, + .abi = .musl, + }, + }, + .link_libc = true, + }, TestTarget{ .target = Target{ |
