whoops
This commit is contained in:
@@ -324,7 +324,7 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
|
|||||||
const cts_exe_path = try cts_exe_name.getPath3(b, null).toString(b.allocator);
|
const cts_exe_path = try cts_exe_name.getPath3(b, null).toString(b.allocator);
|
||||||
|
|
||||||
const run = b.addSystemCommand(&[_][]const u8{switch (mode) {
|
const run = b.addSystemCommand(&[_][]const u8{switch (mode) {
|
||||||
.normal => cts_exe_path,
|
.normal => "deqp-runner",
|
||||||
.gdb => "gdb",
|
.gdb => "gdb",
|
||||||
.valgrind => "valgrind",
|
.valgrind => "valgrind",
|
||||||
}});
|
}});
|
||||||
|
|||||||
Reference in New Issue
Block a user