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

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