ona/src/tests.zig
2022-10-30 22:07:09 +00:00

5 lines
80 B
Zig

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