1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #97512 from matthewestopinal/mestopinal-sky-tests

Add Unit Test cases for `Sky`
This commit is contained in:
Rémi Verschelde
2024-10-01 17:31:07 +02:00
2 changed files with 142 additions and 0 deletions

View File

@@ -164,6 +164,7 @@
#include "tests/scene/test_path_follow_3d.h"
#include "tests/scene/test_primitives.h"
#include "tests/scene/test_skeleton_3d.h"
#include "tests/scene/test_sky.h"
#endif // _3D_DISABLED
#include "modules/modules_tests.gen.h"