wat ?
Some checks failed
Build / build (push) Successful in 59s
Test / build_and_test (push) Has been cancelled

This commit is contained in:
2026-04-18 15:31:59 +02:00
parent ac5e14f647
commit 1378812a12

View File

@@ -283,6 +283,8 @@ fn addMultithreadedCTS(b: *std.Build, target: std.Build.ResolvedTarget, impl: *c
const run = b.addSystemCommand(&[_][]const u8{"deqp-runner"});
run.step.dependOn(&impl_lib.step);
std.debug.print("test {s}\n", .{mustpass_path});
run.addArg("run");
run.addArg("--deqp");
run.addArg(cts_exe_path);