fix tests building on Linux

This commit is contained in:
Mitchell Hashimoto
2025-03-12 11:29:03 -07:00
parent 2e45a4c7a3
commit 816ff8cef0
3 changed files with 51 additions and 43 deletions

View File

@@ -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;
}