| author | |
| committer | |
| log | 36db4b7cc48e9e2b1bed5a977f36ef3a0f158ee8 |
| tree | 02c914d7dc07714c36a69ce2af7c7b2096baa5e0 |
| parent | 8942243f7a825e42c16c8d210f5f9dc3baa76b2f |
1 files changed, 2 insertions(+), 0 deletions(-)
test/cli.zig+2| ... | ... | @@ -28,6 +28,8 @@ pub fn main() !void { |
| 28 | 28 | const zig_exe = try fs.path.resolve(a, &[_][]const u8{zig_exe_rel}); |
| 29 | 29 | |
| 30 | 30 | const dir_path = try fs.path.join(a, &[_][]const u8{ cache_root, "clitest" }); |
| 31 | defer fs.cwd().deleteTree(dir_path) catch {}; | |
| 32 | ||
| 31 | 33 | const TestFn = fn ([]const u8, []const u8) anyerror!void; |
| 32 | 34 | const test_fns = [_]TestFn{ |
| 33 | 35 | testZigInitLib, |