From 667faa68e9e2cafb6e0a3d7b2cee4918866cb389 Mon Sep 17 00:00:00 2001 From: jtorre39 Date: Mon, 7 Feb 2022 00:19:18 -0800 Subject: Add unit tests for all public methods in the SpriteFrames class --- tests/test_main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_main.cpp') diff --git a/tests/test_main.cpp b/tests/test_main.cpp index e8502f6b46..628b9cbc3c 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -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" -- cgit v1.2.3