make tests run again
This commit is contained in:
parent
993a29d2f8
commit
fbff819ece
|
@ -179,8 +179,9 @@ pub fn build(b: *zbs.Builder) void {
|
||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
addCmphDeps(src_test, cmph);
|
addCmphDeps(src_test, cmph);
|
||||||
|
const run = b.addRunArtifact(src_test);
|
||||||
const test_step = b.step("test", "Run the tests");
|
const test_step = b.step("test", "Run the tests");
|
||||||
test_step.dependOn(&src_test.step);
|
test_step.dependOn(&run.step);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue