aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2019-09-21 23:00:36 +0200
committerLemonBoy <thatlemon@gmail.com>2019-09-26 09:31:55 +0200
commit4ebcf64864eeec6c2086826242f53eedc69275ad (patch)
tree3002ce16fcb94c9b1e6852e9bae6eda3b1da5583 /test/tests.zig
parent2f208330975041cdb36763fab314037e46c291fc (diff)
downloadzig-4ebcf64864eeec6c2086826242f53eedc69275ad.tar.gz
zig-4ebcf64864eeec6c2086826242f53eedc69275ad.zip
Initial support for mipsel architecture¬
Diffstat (limited to 'test/tests.zig')
-rw-r--r--test/tests.zig10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig
index 1b51a0c694..4a9b2c89e6 100644
--- a/test/tests.zig
+++ b/test/tests.zig
@@ -134,6 +134,16 @@ const test_targets = [_]TestTarget{
TestTarget{
.target = Target{
.Cross = CrossTarget{
+ .os = .linux,
+ .arch = .mipsel,
+ .abi = .none,
+ },
+ },
+ },
+
+ TestTarget{
+ .target = Target{
+ .Cross = CrossTarget{
.os = .macosx,
.arch = .x86_64,
.abi = .gnu,