aboutsummaryrefslogtreecommitdiff
path: root/build.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2025-08-13 15:58:14 -0700
committerAndrew Kelley <andrew@ziglang.org>2025-09-24 20:01:19 -0700
commit79d9997d229c76c1f78c3d69d4a2f150a65ea5a4 (patch)
tree76ad5f2bd13c44f30863bd79fdb6b890aeca1ae5 /build.zig
parente1d6f478c9e96d89ad1f2683d6b372eb466b8339 (diff)
downloadzig-79d9997d229c76c1f78c3d69d4a2f150a65ea5a4.tar.gz
zig-79d9997d229c76c1f78c3d69d4a2f150a65ea5a4.zip
delete `@cImport` tests
These are now maintained in a separate repository: ziglang/translate-c
Diffstat (limited to 'build.zig')
-rw-r--r--build.zig20
1 files changed, 0 insertions, 20 deletions
diff --git a/build.zig b/build.zig
index 4385298779..8611afabde 100644
--- a/build.zig
+++ b/build.zig
@@ -464,26 +464,6 @@ pub fn build(b: *std.Build) !void {
.test_filters = test_filters,
.test_target_filters = test_target_filters,
.test_extra_targets = test_extra_targets,
- .root_src = "test/c_import.zig",
- .name = "c-import",
- .desc = "Run the @cImport tests",
- .optimize_modes = optimization_modes,
- .include_paths = &.{"test/c_import"},
- .skip_single_threaded = true,
- .skip_non_native = skip_non_native,
- .skip_freebsd = skip_freebsd,
- .skip_netbsd = skip_netbsd,
- .skip_windows = skip_windows,
- .skip_macos = skip_macos,
- .skip_linux = skip_linux,
- .skip_llvm = skip_llvm,
- .skip_libc = skip_libc,
- }));
-
- test_modules_step.dependOn(tests.addModuleTests(b, .{
- .test_filters = test_filters,
- .test_target_filters = test_target_filters,
- .test_extra_targets = test_extra_targets,
.root_src = "lib/compiler_rt.zig",
.name = "compiler-rt",
.desc = "Run the compiler_rt tests",