diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-06 22:33:30 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-05-06 22:33:30 +0200 |
commit | 3768498fa6dc17992ae828526a8083d05cd35a82 (patch) | |
tree | ea3287d71bbc796fff4b145022fb35a7bbc249c9 /tests/test_main.cpp | |
parent | d8aa2c65a9f857e86d0c1fc1cc6b95b8ccf23099 (diff) | |
parent | 7a6f8452bd3a31309af771aee0c73057165d880c (diff) | |
download | redot-engine-3768498fa6dc17992ae828526a8083d05cd35a82.tar.gz |
Merge pull request #91395 from 2nafish117/add-timer-tests
Add Timer unit 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 56bd8739c6..3a4ae3369d 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -118,6 +118,7 @@ #include "tests/scene/test_sprite_frames.h" #include "tests/scene/test_text_edit.h" #include "tests/scene/test_theme.h" +#include "tests/scene/test_timer.h" #include "tests/scene/test_viewport.h" #include "tests/scene/test_visual_shader.h" #include "tests/scene/test_window.h" |