From 50949425604ab53f22377fe18692778148f12c26 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 12 Nov 2024 11:07:56 +0100 Subject: [PATCH] cdp: add msg tests into zig build test --- src/run_tests.zig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/run_tests.zig b/src/run_tests.zig index a56d76dd..8a5be4a5 100644 --- a/src/run_tests.zig +++ b/src/run_tests.zig @@ -321,6 +321,8 @@ test { const queryTest = @import("url/query.zig"); std.testing.refAllDecls(queryTest); + + std.testing.refAllDecls(@import("cdp/msg.zig")); } fn testJSRuntime(alloc: std.mem.Allocator) !void {