- Adjusted Formatting of tests
- Finished map implementation and unit tests TODO: Threading
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user