summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorAlex Drozd <drozdster@gmail.com>2023-05-06 22:58:34 +0200
committerAlex Drozd <drozdster@gmail.com>2023-05-10 19:12:06 +0200
commitcdf9c33c35375e3f97434d352bf76b0330d19327 (patch)
tree953256b231da4c53ec2226c0ecafe5f10da5666f /tests/test_main.cpp
parentc80a2b4fe99dcd0bba6fc24ed2748b1474b24448 (diff)
downloadredot-engine-cdf9c33c35375e3f97434d352bf76b0330d19327.tar.gz
add unit tests for Curve3D
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 a0359162d9..e2808f3aac 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -93,6 +93,7 @@
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_curve.h"
#include "tests/scene/test_curve_2d.h"
+#include "tests/scene/test_curve_3d.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_navigation_agent_2d.h"
#include "tests/scene/test_navigation_agent_3d.h"