1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-05 17:15:09 +00:00

Merge pull request #43583 from Calinou/test-add-object

Add a test suite for Object
This commit is contained in:
Rémi Verschelde
2020-11-20 14:03:12 +01:00
committed by GitHub
2 changed files with 93 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
#include "test_method_bind.h"
#include "test_node_path.h"
#include "test_oa_hash_map.h"
#include "test_object.h"
#include "test_ordered_hash_map.h"
#include "test_pck_packer.h"
#include "test_physics_2d.h"