standalone: add accidentally-excluded test

This commit is contained in:
mlugg 2025-06-20 00:24:57 +01:00
parent f5a327cd36
commit a02a2219ee
No known key found for this signature in database
GPG Key ID: 3F5B7DCCBF4AF02E

View File

@ -204,6 +204,9 @@
.entry_point = .{ .entry_point = .{
.path = "entry_point", .path = "entry_point",
}, },
.run_cwd = .{
.path = "run_cwd",
},
}, },
.paths = .{ .paths = .{
"build.zig", "build.zig",