summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-07-05 13:45:25 +0200
committerGitHub <noreply@github.com>2022-07-05 13:45:25 +0200
commitf088c9a2093995aae86b15455740d14528f5c12c (patch)
treea0d142b6431e665007f269dc6a76ed701e99dcc7 /tests/test_main.cpp
parent4e7223ce497afb64e8f34f644d5eac215edeac89 (diff)
parent77300013900b0071da8058ebbc4fc41864ada373 (diff)
downloadredot-engine-f088c9a2093995aae86b15455740d14528f5c12c.tar.gz
Merge pull request #44492 from cabinboy1031/plane-test
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 ac0cdf0cc1..79cda7e512 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -45,6 +45,7 @@
#include "tests/core/math/test_expression.h"
#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_random_number_generator.h"
#include "tests/core/math/test_rect2.h"
#include "tests/core/math/test_rect2i.h"