diff options
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index cc93c20d7f..465484d605 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -142,6 +142,8 @@ #include "tests/scene/test_color_picker.h" #include "tests/scene/test_graph_node.h" #include "tests/scene/test_option_button.h" +#include "tests/scene/test_tab_bar.h" +#include "tests/scene/test_tab_container.h" #include "tests/scene/test_text_edit.h" #include "tests/scene/test_tree.h" #endif // ADVANCED_GUI_DISABLED |