diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-04 15:51:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 15:51:14 +0200 |
commit | 9f408aef4541888d61fe78c36e752d84f1769efc (patch) | |
tree | 1b15e29cb9ee113ae1c47e83b3e353fa6be95ae3 /tests/test_main.cpp | |
parent | 57aac04480fbff602d1b638d94553d2611da6e16 (diff) | |
parent | 667faa68e9e2cafb6e0a3d7b2cee4918866cb389 (diff) |
Merge pull request #57742 from im-deepfriedwater/im-deepfriedwater/sprite_frames_tests
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 e8502f6b46..628b9cbc3c 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -87,6 +87,7 @@ #include "tests/scene/test_curve.h" #include "tests/scene/test_gradient.h" #include "tests/scene/test_path_3d.h" +#include "tests/scene/test_sprite_frames.h" #include "tests/scene/test_text_edit.h" #include "tests/scene/test_theme.h" #include "tests/servers/test_text_server.h" |