mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
async: add missing tests execution
This commit is contained in:
@@ -298,8 +298,8 @@ test {
|
||||
const msgTest = @import("msg.zig");
|
||||
std.testing.refAllDecls(msgTest);
|
||||
|
||||
const asyncTest = @import("http/async/std/http.zig");
|
||||
std.testing.refAllDecls(asyncTest);
|
||||
std.testing.refAllDecls(@import("http/async/std/http.zig"));
|
||||
std.testing.refAllDecls(@import("http/async/stack.zig"));
|
||||
|
||||
const dumpTest = @import("browser/dump.zig");
|
||||
std.testing.refAllDecls(dumpTest);
|
||||
|
||||
Reference in New Issue
Block a user