trying test-cmd

This commit is contained in:
Motiejus Jakštys 2024-10-10 22:38:32 -04:00
parent 43f2a6dcb8
commit f159377fe8
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
exe_unit_tests.setExecCmd(&.{"/run/current-system/sw/bin/false"});
const run_exe_unit_tests = b.addRunArtifact(exe_unit_tests);
// Similar to creating the run step earlier, this exposes a `test` step to