zouter/tests/root.zig

12 lines
199 B
Zig
Raw Normal View History

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