authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-03-11 12:21:30-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-03-11 12:21:30-04:00
log9efa18f687a8c05f6651df6a7455a39c3d42d212
tree776d4b4096bae2913d88de30b598149607d0c50c
parente1fbb24d64caa956846405bd42aed59e5b9513f2

enable C ABI tests on macOS


1 files changed, 0 insertions(+), 1 deletions(-)

test/build_examples.zig-1
......@@ -30,7 +30,6 @@ pub fn addCases(cases: *tests.BuildExamplesContext) void {
3030
3131 if (!is_windows // TODO support compiling C files on windows with zig build system
3232 and builtin.arch == builtin.Arch.x86_64 // TODO add C ABI support for other architectures
33 and builtin.os != builtin.Os.macosx // TODO macosx C ABI test failures
3433 ) {
3534 cases.addBuildFile("test/stage1/c_abi/build.zig");
3635 }