diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2023-08-18 11:58:11 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2023-08-18 11:58:11 +0200 |
| commit | f4afc6525b256bda323a8e3b38ed4ba2bd7ebd68 (patch) | |
| tree | 6a0b3bd1478661503d2524f84a2b0409e487d804 /test/standalone.zig | |
| parent | 517a2c7cafd75e963033df479aef0916c7a4181a (diff) | |
| download | zig-f4afc6525b256bda323a8e3b38ed4ba2bd7ebd68.tar.gz zig-f4afc6525b256bda323a8e3b38ed4ba2bd7ebd68.zip | |
standalone: add iOS smoke test - test ability to target iOS with Zig
Diffstat (limited to 'test/standalone.zig')
| -rw-r--r-- | test/standalone.zig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/standalone.zig b/test/standalone.zig index 3725456fa1..6618986292 100644 --- a/test/standalone.zig +++ b/test/standalone.zig @@ -245,6 +245,10 @@ pub const build_cases = [_]BuildCase{ .build_root = "test/standalone/compiler_rt_panic", .import = @import("standalone/compiler_rt_panic/build.zig"), }, + .{ + .build_root = "test/standalone/ios", + .import = @import("standalone/ios/build.zig"), + }, }; const std = @import("std"); |
