about summary refs log tree commit diff
path: root/src/monkey_brain/test.zig
blob: 7a71043c9d1f04dc67edc51e8916c84b53a238cc (plain)
1
2
3
4
5
pub const main = @import("main.zig");

test {
    @import("std").testing.refAllDecls(@This());
}