summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-08-27 22:27:30 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-08-27 22:27:30 +0200
commit9e1c63a051e1f3714f77a64ad256a7861f16f84e (patch)
tree47e3249751d9c25af0b2590845199e4937b1ecaf /tests/test_main.cpp
parentd35bee9cdd0c74bfdbee8bef701121664752b4d7 (diff)
parent040f241f392017e1a9767d728b9cd87f0f3f0860 (diff)
downloadredot-engine-9e1c63a051e1f3714f77a64ad256a7861f16f84e.tar.gz
Merge pull request #94748 from aaronp64/tree_perf
Improve `Tree` performance
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 edadc52a16..27f23701a9 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -133,6 +133,7 @@
#include "tests/scene/test_color_picker.h"
#include "tests/scene/test_graph_node.h"
#include "tests/scene/test_text_edit.h"
+#include "tests/scene/test_tree.h"
#endif // ADVANCED_GUI_DISABLED
#ifndef _3D_DISABLED