- Started unit tests for the common math functions

This commit is contained in:
2025-06-28 18:01:08 -04:00
parent 1573033b52
commit f2ff863b3a
5 changed files with 175 additions and 9 deletions

View File

@@ -19,6 +19,7 @@
#ifndef FENNEC_TEST_MATH_H
#define FENNEC_TEST_MATH_H
#include "math/test_common.h"
#include "math/test_scalar.h"
#include "math/test_vector.h"
#include "math/test_matrix.h"
@@ -47,6 +48,10 @@ inline void fennec_test_math()
fennec_test_math_matrix();
fennec_test_spacer(3);
fennec_test_subheader("common tests");
fennec_test_spacer(2);
fennec_test_math_common();
fennec_test_spacer(3);
fennec_test_subheader("geometric tests");
fennec_test_spacer(2);