diff options
Diffstat (limited to 'src/import/import.test.h')
-rw-r--r-- | src/import/import.test.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/import/import.test.h b/src/import/import.test.h new file mode 100644 index 0000000..5aafdb3 --- /dev/null +++ b/src/import/import.test.h @@ -0,0 +1,18 @@ +#ifndef HONEY_IMPORT_TEST_H +#define HONEY_IMPORT_TEST_H + +void test_push_vector(); +void test_push_face(); +void test_push_aistring(); + +/* mesh tests */ +void test_push_mesh(); +void test_push_mesh_faces(); +void test_push_mesh_normals(); +void test_push_mesh_tangents(); +void test_push_mesh_uvs(); + +/* node tests */ +void test_push_node(); + +#endif |