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");
|
|
|
|
}
|