Add unit tests for PackedScene

This commit is contained in:
Septian
2023-07-14 03:49:29 +07:00
parent 60f3b7967c
commit cd94f9ad08
2 changed files with 115 additions and 0 deletions

View File

@ -104,6 +104,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"