authorgravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-06-20 00:24:57+01:00
committergravatar for mlugg@mlugg.co.ukMatthew Lugg <mlugg@mlugg.co.uk> 2025-06-20 00:24:57+01:00
loga02a2219eed3eeecad7bf28d8cabdfb053bbf1ce
tree006b85eff77158f854f50408d897f49111905985
parentf5a327cd366348a739a282f380acd627815183b5
signaturelock-open Commit is signed but in an unrecognized format.

standalone: add accidentally-excluded test


1 files changed, 3 insertions(+), 0 deletions(-)

test/standalone/build.zig.zon+3
...@@ -204,6 +204,9 @@...@@ -204,6 +204,9 @@
204 .entry_point = .{204 .entry_point = .{
205 .path = "entry_point",205 .path = "entry_point",
206 },206 },
207 .run_cwd = .{
208 .path = "run_cwd",
209 },
207 },210 },
208 .paths = .{211 .paths = .{
209 "build.zig",212 "build.zig",