summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-04 14:26:46 +0200
committerGitHub <noreply@github.com>2022-08-04 14:26:46 +0200
commit426240f18a1326ef31bbb45c65e6f556658d2519 (patch)
tree1aff487bad64dd7468ce01fc21847b99f00d691a /tests/test_main.cpp
parent29afda3fd54337b79bbe943c59dcd0f52f9ca6fa (diff)
parentd0cb0ff2488a05b33bd1d24148a83b2bc74efccb (diff)
downloadredot-engine-426240f18a1326ef31bbb45c65e6f556658d2519.tar.gz
Merge pull request #50907 from codepatzer/quaternion_ut
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp
index 64ec80fd10..e8502f6b46 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -48,6 +48,7 @@
#include "tests/core/math/test_geometry_2d.h"
#include "tests/core/math/test_geometry_3d.h"
#include "tests/core/math/test_plane.h"
+#include "tests/core/math/test_quaternion.h"
#include "tests/core/math/test_random_number_generator.h"
#include "tests/core/math/test_rect2.h"
#include "tests/core/math/test_rect2i.h"