From a02a2219eed3eeecad7bf28d8cabdfb053bbf1ce Mon Sep 17 00:00:00 2001 From: mlugg Date: Fri, 20 Jun 2025 00:24:57 +0100 Subject: [PATCH] standalone: add accidentally-excluded test --- test/standalone/build.zig.zon | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/standalone/build.zig.zon b/test/standalone/build.zig.zon index 652f6bbb4a..635d36d510 100644 --- 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",