mirror of
https://github.com/recp/cglm.git
synced 2026-01-01 13:16:11 +00:00
re-organise test structure
This commit is contained in:
12
test/src/test_tests.h
Normal file
12
test/src/test_tests.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c), Recep Aslantas.
|
||||
* MIT License (MIT), http://opensource.org/licenses/MIT
|
||||
*/
|
||||
|
||||
#ifndef test_tests_h
|
||||
#define test_tests_h
|
||||
|
||||
/* mat4 */
|
||||
void test_mat4(void **state);
|
||||
|
||||
#endif /* test_tests_h */
|
||||
Reference in New Issue
Block a user