aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
diff options
context:
space:
mode:
authoralex <alex@cloudware.io>2022-10-02 14:42:20 +0200
committerAndrew Kelley <andrew@ziglang.org>2023-07-25 10:57:45 -0700
commitabd960873cfa3404f48b4ee2b4a3aabb451bbc39 (patch)
tree642fc385a78567fcf6e2de4ef79f3b34a835157f /test/standalone.zig
parent737b366279984b5725673ef94b0e144ac5eca98e (diff)
downloadzig-abd960873cfa3404f48b4ee2b4a3aabb451bbc39.tar.gz
zig-abd960873cfa3404f48b4ee2b4a3aabb451bbc39.zip
test/standalone: reinstate std.ChildProcess tests
67d5bfef removed std.ChildProcess tests, suggesting to make them standalone instead. This commit does exactly that after the bug creating SIGPIPE in ReleaseFast is no more with LLVM 15.0.5. Thanks to @x1ddos for the idea with the compile artifacts and PR improvements.
Diffstat (limited to 'test/standalone.zig')
-rw-r--r--test/standalone.zig4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/standalone.zig b/test/standalone.zig
index b7dfc9dc94..c594a68a86 100644
--- a/test/standalone.zig
+++ b/test/standalone.zig
@@ -152,6 +152,10 @@ pub const build_cases = [_]BuildCase{
// .import = @import("standalone/issue_12588/build.zig"),
//},
.{
+ .build_root = "test/standalone/child_process",
+ .import = @import("standalone/child_process/build.zig"),
+ },
+ .{
.build_root = "test/standalone/embed_generated_file",
.import = @import("standalone/embed_generated_file/build.zig"),
},