aboutsummaryrefslogtreecommitdiff
path: root/test/standalone.zig
diff options
context:
space:
mode:
authorNameless <truemedian@gmail.com>2023-04-25 09:22:20 -0500
committerNameless <truemedian@gmail.com>2023-05-06 21:35:15 -0500
commit71c228fe6572b9f3b30e82035bf8fd7e2b1dd29d (patch)
treebc260df4dd4ac6befa2f05d54a39dd8b43548907 /test/standalone.zig
parentd71a43ec2c28a53a3e1d9bcb538707eca00a6fc0 (diff)
downloadzig-71c228fe6572b9f3b30e82035bf8fd7e2b1dd29d.tar.gz
zig-71c228fe6572b9f3b30e82035bf8fd7e2b1dd29d.zip
std.http: add simple standalone http tests, add state check for http server
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 1f4d7cfded..a055da9761 100644
--- a/test/standalone.zig
+++ b/test/standalone.zig
@@ -55,6 +55,10 @@ pub const simple_cases = [_]SimpleCase{
.os_filter = .windows,
.link_libc = true,
},
+ .{
+ .src_path = "test/standalone/http.zig",
+ .all_modes = true,
+ },
// Ensure the development tools are buildable. Alphabetically sorted.
// No need to build `tools/spirv/grammar.zig`.