Add unit tests for all public methods in the SpriteFrames class

This commit is contained in:
jtorre39
2022-02-07 00:19:18 -08:00
committed by Rémi Verschelde
parent 426240f18a
commit 667faa68e9
2 changed files with 247 additions and 0 deletions

View File

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