5 lines
135 B
Zig
5 lines
135 B
Zig
|
// I gave up on trying to get all the tests in a separate file for the tty
|
||
|
test "" {
|
||
|
_ = @import("../../../src/kernel/tty.zig");
|
||
|
}
|