test: fix mat4 tests

This commit is contained in:
Recep Aslantas
2017-11-18 11:38:13 +03:00
parent 1b872375ab
commit b8897befa6
3 changed files with 48 additions and 21 deletions

View File

@@ -28,4 +28,7 @@ test_rand_mat4(mat4 dest);
void
test_assert_mat4_eq(mat4 m1, mat4 m2);
void
test_assert_mat4_eq2(mat4 m1, mat4 m2, float eps);
#endif /* test_common_h */