module: improve testing

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2024-03-09 14:56:50 -07:00 committed by Stephen Gutekanst
parent 56fc29743f
commit 5e353e60bb
2 changed files with 16 additions and 14 deletions

View file

@ -38,6 +38,7 @@ test {
_ = gfx;
_ = math;
_ = testing;
std.testing.refAllDeclsRecursive(@import("module.zig"));
std.testing.refAllDeclsRecursive(ecs);
std.testing.refAllDeclsRecursive(gamemode);
std.testing.refAllDeclsRecursive(math);