diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-04-26 18:21:34 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-04-26 19:54:43 +0800 |
commit | d8c04cda3a77b281f3785074a76ff3d3a2cb7cde (patch) | |
tree | da00a5d3f36b5c785b5492aada175a33bfd795b0 /tests/test_main.cpp | |
parent | a8abdc9372cb748aaa3f6021cf0c3719a3a64033 (diff) |
Validate theme type/item names
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index dc28a98c97..1328ab10bf 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -77,6 +77,7 @@ #include "tests/scene/test_gradient.h" #include "tests/scene/test_path_3d.h" #include "tests/scene/test_text_edit.h" +#include "tests/scene/test_theme.h" #include "tests/servers/test_text_server.h" #include "tests/test_validate_testing.h" |