| author | |
| committer | |
| log | 337a9a96e01ec481e1197d6699af225e4d246967 |
| tree | 1b7b6fb377d200bdc949dba667cd6f4aae7761db |
| parent | 2367a0a7a24ea3cf27e2a8b65e88dba53e2606b9 |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -17,6 +17,7 @@ pub fn build(b: *std.Build) void { |
| 17 | 17 | |
| 18 | 18 | const test_step = b.step("test", "Run all library tests"); |
| 19 | 19 | const tests_run = b.addRunArtifact(tests); |
| 20 | tests_run.setCwd(b.path(".")); | |
| 20 | 21 | tests_run.has_side_effects = true; |
| 21 | 22 | test_step.dependOn(&tests_run.step); |
| 22 | 23 | } |