zouter/tests/root.zig

12 lines
190 B
Zig
Raw Permalink Normal View History

2024-10-10 23:50:28 +02:00
const std = @import("std");
2024-10-16 11:59:06 +02:00
const zouter = @import("zouter");
2024-10-10 23:50:28 +02:00
test {
// try std.testing.refAllDecls(zouter);
}
comptime {
_ = @import("example.zig");
_ = @import("simple_routes.zig");
}