vecmath: Update to zig 0.16.0, harden tests and add test build step
This commit is contained in:
@@ -507,4 +507,8 @@ pub const Matrix4x4 = extern struct {
|
||||
// zig fmt: on
|
||||
};
|
||||
}
|
||||
|
||||
test "refAllDecls" {
|
||||
std.testing.refAllDecls(@This());
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user