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
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C
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"