diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-07-05 13:45:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-05 13:45:25 +0200 |
| commit | f088c9a2093995aae86b15455740d14528f5c12c (patch) | |
| tree | a0d142b6431e665007f269dc6a76ed701e99dcc7 /tests/test_main.cpp | |
| parent | 4e7223ce497afb64e8f34f644d5eac215edeac89 (diff) | |
| parent | 77300013900b0071da8058ebbc4fc41864ada373 (diff) | |
| download | redot-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.cpp | 1 |
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" |
