mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
cdp: add msg tests into zig build test
This commit is contained in:
@@ -321,6 +321,8 @@ test {
|
|||||||
|
|
||||||
const queryTest = @import("url/query.zig");
|
const queryTest = @import("url/query.zig");
|
||||||
std.testing.refAllDecls(queryTest);
|
std.testing.refAllDecls(queryTest);
|
||||||
|
|
||||||
|
std.testing.refAllDecls(@import("cdp/msg.zig"));
|
||||||
}
|
}
|
||||||
|
|
||||||
fn testJSRuntime(alloc: std.mem.Allocator) !void {
|
fn testJSRuntime(alloc: std.mem.Allocator) !void {
|
||||||
|
|||||||
Reference in New Issue
Block a user