test: add some tests for affine transforms

This commit is contained in:
Recep Aslantas
2018-04-17 10:33:52 +03:00
parent 821c79572f
commit cefd5fb53d
4 changed files with 113 additions and 2 deletions

View File

@@ -37,4 +37,7 @@ test_vec4(void **state);
void
test_vec3(void **state);
void
test_affine(void **state);
#endif /* test_tests_h */