test: add some tests for mat3

This commit is contained in:
Recep Aslantas
2018-04-15 20:47:38 +03:00
parent f0a27d0ce2
commit 821c79572f
6 changed files with 95 additions and 1 deletions

View File

@@ -9,6 +9,9 @@
/* mat4 */
void test_mat4(void **state);
/* mat3 */
void test_mat3(void **state);
/* camera */
void
test_camera_lookat(void **state);