| author | |
| committer | |
| log | a7d2cb704596459b89bb85fb59908d384dd9bba3 |
| tree | 15c71c1eb021b11793240120a193f28908f70768 |
| parent | 66da6773ebd5b903c41972c0c81372d10571254d |
1 files changed, 1 insertions(+), 0 deletions(-)
test/tests.zig+1| ... | ... | @@ -2700,6 +2700,7 @@ pub fn addIncrementalTests(b: *std.Build, test_step: *Step, test_filters: []cons |
| 2700 | 2700 | var it = try dir.walk(b.graph.arena); |
| 2701 | 2701 | while (try it.next(io)) |entry| { |
| 2702 | 2702 | if (entry.kind != .file) continue; |
| 2703 | if (std.mem.endsWith(u8, entry.basename, ".swp")) continue; | |
| 2703 | 2704 | |
| 2704 | 2705 | for (test_filters) |test_filter| { |
| 2705 | 2706 | if (std.mem.indexOf(u8, entry.path, test_filter)) |_| break; |