From 1378812a1294642cf778c4d72716e802a9b4f1a7 Mon Sep 17 00:00:00 2001 From: Kbz-8 Date: Sat, 18 Apr 2026 15:31:59 +0200 Subject: [PATCH] wat ? --- build.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.zig b/build.zig index 340630e..e7c1777 100644 --- a/build.zig +++ b/build.zig @@ -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);