Add tests for SplitContainer

This commit is contained in:
kit 2024-08-31 15:06:27 -04:00
parent abf47965fc
commit 63a90b3dd8
2 changed files with 1481 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -149,6 +149,7 @@
#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_split_container.h"
#include "tests/scene/test_tab_bar.h"
#include "tests/scene/test_tab_container.h"
#include "tests/scene/test_text_edit.h"