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

Add a test suite for Array

This commit is contained in:
Sarav Noor Singh
2020-12-14 16:37:28 -05:00
committed by Hugo Locurcio
parent 480c5f28ab
commit dd9c8d85fa
2 changed files with 187 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
#include "core/templates/list.h"
#include "test_aabb.h"
#include "test_array.h"
#include "test_astar.h"
#include "test_basis.h"
#include "test_class_db.h"