- Adjusted Formatting of tests
- Finished map implementation and unit tests TODO: Threading
This commit is contained in:
@@ -23,26 +23,21 @@
|
||||
|
||||
#include "../../../test.h"
|
||||
|
||||
namespace fennec
|
||||
namespace fennec::test
|
||||
{
|
||||
|
||||
namespace test
|
||||
{
|
||||
inline void fennec_test_math_quaternion() {
|
||||
|
||||
inline void fennec_test_math_quaternion() {
|
||||
fennec_test_section("constructors");
|
||||
|
||||
fennec_test_section("constructors");
|
||||
fennec_test_spacer(1);
|
||||
|
||||
fennec_test_spacer(1);
|
||||
fennec_test_run(quat(), quat(1, 0, 0, 0));
|
||||
|
||||
fennec_test_run(quat(), quat(1, 0, 0, 0));
|
||||
fennec_test_spacer(2);
|
||||
|
||||
fennec_test_spacer(2);
|
||||
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
// TODO
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user