Skip to content

Commit c63acec

Browse files
committed
accomodate zig test runner changes
1 parent c5e133c commit c63acec

File tree

2 files changed

+271
-274
lines changed

2 files changed

+271
-274
lines changed

Diff for: build.zig

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn build(b: *std.Build) !void {
2020
.root_source_file = b.path("src/websocket.zig"),
2121
.target = target,
2222
.optimize = optimize,
23-
.test_runner = b.path("test_runner.zig"),
23+
.test_runner = .{ .path = b.path("test_runner.zig"), .mode = .simple },
2424
});
2525
tests.linkLibC();
2626
const force_blocking = b.option(bool, "force_blocking", "Force blocking mode") orelse false;

0 commit comments

Comments
 (0)