mirror of
https://github.com/ziglang/zig.git
synced 2026-02-12 20:37:54 +00:00
build.zig: ignore the compression test files
This commit is contained in:
parent
2328f40b7a
commit
c15f39212e
@ -123,7 +123,13 @@ pub fn build(b: *Builder) !void {
|
||||
.source_dir = "lib",
|
||||
.install_dir = .Lib,
|
||||
.install_subdir = "zig",
|
||||
.exclude_extensions = &[_][]const u8{ "test.zig", "README.md" },
|
||||
.exclude_extensions = &[_][]const u8{
|
||||
"test.zig",
|
||||
"README.md",
|
||||
".z.0",
|
||||
".z.9",
|
||||
"rfc1951.txt",
|
||||
},
|
||||
});
|
||||
|
||||
const test_filter = b.option([]const u8, "test-filter", "Skip tests that do not match filter");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user