1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Merge pull request #95218 from MylesScholz/unit-tests

Add unit tests for `StyleBoxTexture`
This commit is contained in:
Rémi Verschelde
2024-08-27 22:27:39 +02:00
2 changed files with 195 additions and 0 deletions

View File

@@ -119,6 +119,7 @@
#include "tests/scene/test_path_2d.h"
#include "tests/scene/test_path_follow_2d.h"
#include "tests/scene/test_sprite_frames.h"
#include "tests/scene/test_style_box_texture.h"
#include "tests/scene/test_theme.h"
#include "tests/scene/test_timer.h"
#include "tests/scene/test_viewport.h"