ona/src/tests.zig

5 lines
80 B
Zig

test {
_ = @import("./core/main.zig");
_ = @import("./ona/main.zig");
}