5 lines
93 B
Zig
5 lines
93 B
Zig
|
test "turbonss test suite" {
|
||
|
_ = @import("main.zig");
|
||
|
_ = @import("shellpop.zig");
|
||
|
}
|