lib: enum func

This commit is contained in:
Mitchell Hashimoto
2025-09-27 14:25:00 -07:00
parent b3d1802c89
commit a79e68ace1
3 changed files with 97 additions and 1 deletions

View File

@@ -80,6 +80,7 @@ comptime {
test {
_ = terminal;
// Tests always test the C API
// Tests always test the C API and shared C functions
_ = terminal.c_api;
_ = @import("lib/main.zig");
}