zouter/tests/root.zig
2024-10-16 11:59:06 +02:00

11 lines
190 B
Zig

const std = @import("std");
const zouter = @import("zouter");
test {
// try std.testing.refAllDecls(zouter);
}
comptime {
_ = @import("example.zig");
_ = @import("simple_routes.zig");
}