- Started unit tests for the common math functions
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user