fixing CTS issues, improving logger
This commit is contained in:
@@ -146,6 +146,7 @@ pub fn build(b: *std.Build) !void {
|
||||
|
||||
const run_cts = b.addSystemCommand(&[_][]const u8{
|
||||
try cts_exe_path.getPath3(b, null).toString(b.allocator),
|
||||
b.fmt("--deqp-archive-dir={s}", .{try cts.path("").getPath3(b, null).toString(b.allocator)}),
|
||||
b.fmt("--deqp-caselist-file={s}", .{try cts.path("mustpass/1.0.0/vk-default.txt").getPath3(b, null).toString(b.allocator)}),
|
||||
b.fmt("--deqp-vk-library-path={s}", .{b.getInstallPath(.lib, lib.out_lib_filename)}),
|
||||
});
|
||||
@@ -158,6 +159,7 @@ pub fn build(b: *std.Build) !void {
|
||||
"gdb",
|
||||
"--args",
|
||||
try cts_exe_path.getPath3(b, null).toString(b.allocator),
|
||||
b.fmt("--deqp-archive-dir={s}", .{try cts.path("").getPath3(b, null).toString(b.allocator)}),
|
||||
b.fmt("--deqp-caselist-file={s}", .{try cts.path("mustpass/1.0.0/vk-default.txt").getPath3(b, null).toString(b.allocator)}),
|
||||
b.fmt("--deqp-vk-library-path={s}", .{b.getInstallPath(.lib, lib.out_lib_filename)}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user