- Adjusted Formatting of tests

- Finished map implementation and unit tests

 TODO: Threading
This commit is contained in:
2025-07-23 12:05:02 -04:00
parent 73333b4c67
commit 5ab2952e83
63 changed files with 2703 additions and 2187 deletions

View File

@@ -23,23 +23,18 @@
#ifndef FENNEC_TEST_MATH_EXT_H
#define FENNEC_TEST_MATH_EXT_H
namespace fennec
namespace fennec::test
{
namespace test
{
inline void fennec_test_math_ext() {
inline void fennec_test_math_ext() {
fennec_test_subheader("quaternion tests");
fennec_test_spacer(2);
fennec_test_math_quaternion();
fennec_test_spacer(3);
fennec_test_subheader("quaternion tests");
fennec_test_spacer(2);
fennec_test_math_quaternion();
fennec_test_spacer(3);
// TODO
}
}
// TODO
}
}