mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 13:16:11 +00:00
test: add missing mat3x4 tests
Signed-off-by: Vincent Davis Jr <vince@underview.tech>
This commit is contained in:
@@ -20,12 +20,18 @@ test_rand_mat4(mat4 dest);
|
||||
void
|
||||
test_rand_mat4x2(mat4x2 dest);
|
||||
|
||||
void
|
||||
test_rand_mat4x3(mat4x3 dest);
|
||||
|
||||
void
|
||||
test_rand_mat3(mat3 dest);
|
||||
|
||||
void
|
||||
test_rand_mat3x2(mat3x2 dest);
|
||||
|
||||
void
|
||||
test_rand_mat3x4(mat3x4 dest);
|
||||
|
||||
void
|
||||
test_rand_mat2(mat2 dest);
|
||||
|
||||
@@ -62,6 +68,9 @@ test_assert_mat4x2_eq(mat4x2 m1, mat4x2 m2);
|
||||
test_status_t
|
||||
test_assert_mat4x3_eq_zero(mat4x3 m4x3);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat4x3_eq(mat4x3 m1, mat4x3 m2);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat2_eqt(mat2 m1, mat2 m2);
|
||||
|
||||
@@ -110,6 +119,9 @@ test_assert_mat3x2_eq(mat3x2 m1, mat3x2 m2);
|
||||
test_status_t
|
||||
test_assert_mat3x4_eq_zero(mat3x4 m3x4);
|
||||
|
||||
test_status_t
|
||||
test_assert_mat3x4_eq(mat3x4 m1, mat3x4 m2);
|
||||
|
||||
test_status_t
|
||||
test_assert_vec3_eq(vec3 v1, vec3 v2);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user