trying test-cmd
This commit is contained in:
parent
43f2a6dcb8
commit
f159377fe8
@ -70,6 +70,7 @@ pub fn build(b: *std.Build) void {
|
|||||||
.optimize = optimize,
|
.optimize = optimize,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
exe_unit_tests.setExecCmd(&.{"/run/current-system/sw/bin/false"});
|
||||||
const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests);
|
const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests);
|
||||||
|
|
||||||
// Similar to creating the run step earlier, this exposes a `test` step to
|
// Similar to creating the run step earlier, this exposes a `test` step to
|
||||||
|
Loading…
Reference in New Issue
Block a user