| author | |
| committer | |
| log | 0ac5f26a1db453b02178d19298bb56125f70d356 |
| tree | 1c550cc4c75d5ad663e0c1c15bcc9dd5e72e3698 |
| parent | 86fc3f6cb4dcc2847832524a3f80d520c7a6577c |
1 files changed, 1 insertions(+), 0 deletions(-)
build.zig+1| ... | ... | @@ -37,6 +37,7 @@ pub fn build(b: *std.Build) void { |
| 37 | 37 | |
| 38 | 38 | const test_step = b.step("test", "Run all library tests"); |
| 39 | 39 | const tests_run = b.addRunArtifact(tests); |
| 40 | tests_run.setCwd(b.path(".")); | |
| 40 | 41 | tests_run.has_side_effects = true; |
| 41 | 42 | test_step.dependOn(&tests_run.step); |
| 42 | 43 | test_step.dependOn(&exe2.step); |