From dc6c3052e4df6eecd60ded1b913e7e6476eb9921 Mon Sep 17 00:00:00 2001 From: sanine Date: Thu, 22 Sep 2022 18:30:08 -0500 Subject: add basic recursive aiNode push --- src/import/import.test.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/import/import.test.h (limited to 'src/import/import.test.h') 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 -- cgit v1.2.1