module: improve testing
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
56fc29743f
commit
5e353e60bb
2 changed files with 16 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue