Add a unit test suite for Animation

This commit is contained in:
Hugo Locurcio 2022-01-21 14:12:55 +01:00
parent 95719930a8
commit a6e8cdae66
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
2 changed files with 315 additions and 0 deletions

View file

@ -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"