mach: math lib added testing for vector functionalities
This commit is contained in:
parent
507f07f72a
commit
e96864242c
2 changed files with 256 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ const std = @import("std");
|
|||
test {
|
||||
std.testing.refAllDeclsRecursive(gfx);
|
||||
std.testing.refAllDeclsRecursive(Atlas);
|
||||
std.testing.refAllDeclsRecursive(math);
|
||||
_ = ecs;
|
||||
_ = earcut;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue