Add tests for AnimationPlayer

This commit is contained in:
sgil-rodriguez 2024-06-01 16:24:44 +02:00 committed by Rémi Verschelde
parent 9f5309a2a4
commit 58e92077b3
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 65 additions and 0 deletions

View file

@ -122,6 +122,7 @@
#include "tests/core/variant/test_variant_utility.h"
#include "tests/scene/test_animation.h"
#include "tests/scene/test_animation_blend_tree.h"
#include "tests/scene/test_animation_player.h"
#include "tests/scene/test_audio_stream_wav.h"
#include "tests/scene/test_bit_map.h"
#include "tests/scene/test_button.h"