Merge pull request #93824 from wheatear-dev/test-option-button

Add unit tests for `OptionButton`
This commit is contained in:
Rémi Verschelde 2024-08-28 00:11:30 +02:00
commit 8931177d47
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 137 additions and 0 deletions

View file

@ -135,6 +135,7 @@
#include "tests/scene/test_code_edit.h"
#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_text_edit.h"
#include "tests/scene/test_tree.h"
#endif // ADVANCED_GUI_DISABLED