add tests for clamp

This commit is contained in:
Recep Aslantas
2018-03-22 21:24:41 +03:00
parent 71b48b530e
commit 21ec45b2af
4 changed files with 39 additions and 2 deletions

View File

@@ -16,4 +16,7 @@ test_camera_lookat(void **state);
void
test_camera_decomp(void **state);
void
test_clamp(void **state);
#endif /* test_tests_h */