1
Fork 0
turbonss/src/test_main.zig

6 lines
121 B
Zig
Raw Normal View History

2022-02-15 10:49:03 +02:00
test "turbonss test suite" {
_ = @import("main.zig");
2022-02-17 06:38:54 +02:00
_ = @import("shell.zig");
2022-02-17 11:16:30 +02:00
_ = @import("header.zig");
2022-02-15 10:49:03 +02:00
}