zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit a02a2219eed3eeecad7bf28d8cabdfb053bbf1ce (tree)
parent f5a327cd366348a739a282f380acd627815183b5
Author: mlugg <mlugg@mlugg.co.uk>
Date:   Fri, 20 Jun 2025 00:24:57 +0100

standalone: add accidentally-excluded test

Diffstat:
Mtest/standalone/build.zig.zon | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/test/standalone/build.zig.zon b/test/standalone/build.zig.zon @@ -204,6 +204,9 @@ .entry_point = .{ .path = "entry_point", }, + .run_cwd = .{ + .path = "run_cwd", + }, }, .paths = .{ "build.zig",