math: Add Ray type and ray methods to test runner
This commit is contained in:
parent
9399cda75c
commit
24b9a415b3
2 changed files with 6 additions and 0 deletions
|
|
@ -206,6 +206,7 @@ test {
|
|||
testing.refAllDeclsRecursive(Expect(mach.math.Vec2h));
|
||||
testing.refAllDeclsRecursive(Expect(mach.math.Vec3));
|
||||
testing.refAllDeclsRecursive(Expect(mach.math.Vec4d));
|
||||
testing.refAllDeclsRecursive(Expect(mach.math.Ray));
|
||||
// testing.refAllDeclsRecursive(Expect(mach.math.Mat4h));
|
||||
// testing.refAllDeclsRecursive(Expect(mach.math.Mat4));
|
||||
// testing.refAllDeclsRecursive(Expect(mach.math.Mat4d));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue