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

Add a test suite for NodePath

This commit is contained in:
Hugo Locurcio
2020-11-15 20:44:04 +01:00
parent ff4ca81d0b
commit bf82da3d0f
2 changed files with 174 additions and 0 deletions

View File

@@ -43,6 +43,7 @@
#include "test_list.h"
#include "test_math.h"
#include "test_method_bind.h"
#include "test_node_path.h"
#include "test_oa_hash_map.h"
#include "test_ordered_hash_map.h"
#include "test_physics_2d.h"