/* * Copyright (c), Recep Aslantas. * * MIT License (MIT), http://opensource.org/licenses/MIT * Full license can be found in the LICENSE file */ #ifndef test_common_h #define test_common_h #include #include #include #include #include #include #include #include #include #include #include #include void 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 */