diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-02-07 13:27:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-07 13:27:12 +0100 |
commit | bc1a3d791d8797071844ca5ac3d15aee59b361f9 (patch) | |
tree | 9aebd0384d97b649949d280dd2ee879c22cb5e3b /tests/test_main.cpp | |
parent | 6a56314eaba261b73cb297ebd8754a9746de2e45 (diff) | |
parent | a6e8cdae662b8a84e37edd41d46de8b23a1c76a6 (diff) | |
download | redot-engine-bc1a3d791d8797071844ca5ac3d15aee59b361f9.tar.gz |
Merge pull request #57490 from Calinou/test-add-animation
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 3b51a6d805..504b83c2b0 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -73,6 +73,7 @@ #include "tests/core/variant/test_array.h" #include "tests/core/variant/test_dictionary.h" #include "tests/core/variant/test_variant.h" +#include "tests/scene/test_animation.h" #include "tests/scene/test_code_edit.h" #include "tests/scene/test_curve.h" #include "tests/scene/test_gradient.h" |