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

Merge pull request #79440 from sepTN/test-packed-scene

Add unit tests for PackedScene
This commit is contained in:
Rémi Verschelde
2023-08-07 14:46:38 +02:00
2 changed files with 115 additions and 0 deletions

View File

@@ -106,6 +106,7 @@
#include "tests/scene/test_navigation_region_2d.h"
#include "tests/scene/test_navigation_region_3d.h"
#include "tests/scene/test_node.h"
#include "tests/scene/test_packed_scene.h"
#include "tests/scene/test_path_2d.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_primitives.h"