mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-28 10:01:38 +00:00
fix tests building on Linux
This commit is contained in:
@@ -70,5 +70,13 @@ pub const Health = enum(c_int) {
|
||||
};
|
||||
|
||||
test {
|
||||
@import("std").testing.refAllDecls(@This());
|
||||
// Our comptime-chosen renderer
|
||||
_ = Renderer;
|
||||
|
||||
_ = cursor;
|
||||
_ = message;
|
||||
_ = shadertoy;
|
||||
_ = size;
|
||||
_ = Thread;
|
||||
_ = State;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user