| author | |
| committer | |
| log | 9279ff888bd1b00d4369b4d234e31a161f02a247 |
| tree | e4e94c4fd81269595f8da0e65fac82639c94f658 |
| parent | 224e39316f16c5cef4856d67ce9bc947b2f1f408 |
1 files changed, 1 insertions(+), 0 deletions(-)
test/standalone/test_obj_link_run/build.zig+1| ... | @@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void { | ... | @@ -26,6 +26,7 @@ pub fn build(b: *std.Build) void { |
| 26 | b.default_step = test_step; | 26 | b.default_step = test_step; |
| 27 | 27 | ||
| 28 | const test_run = b.addRunArtifact(test_exe); | 28 | const test_run = b.addRunArtifact(test_exe); |
| 29 | test_run.addCheck(.{ .expect_stderr_match = "All 3 tests passed." }); | ||
| 29 | test_step.dependOn(&test_run.step); | 30 | test_step.dependOn(&test_run.step); |
| 30 | } | 31 | } |
| 31 | 32 |