| ... | ... | @@ -123,7 +123,13 @@ pub fn build(b: *Builder) !void { |
| 123 | 123 | .source_dir = "lib", |
| 124 | 124 | .install_dir = .Lib, |
| 125 | 125 | .install_subdir = "zig", |
| 126 | | .exclude_extensions = &[_][]const u8{ "test.zig", "README.md" }, |
| 126 | .exclude_extensions = &[_][]const u8{ |
| 127 | "test.zig", |
| 128 | "README.md", |
| 129 | ".z.0", |
| 130 | ".z.9", |
| 131 | "rfc1951.txt", |
| 132 | }, |
| 127 | 133 | }); |
| 128 | 134 | |
| 129 | 135 | const test_filter = b.option([]const u8, "test-filter", "Skip tests that do not match filter"); |