1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-29 16:16:38 +00:00

Merge pull request #43727 from Calinou/test-add-aabb

Add a test suite for AABB
This commit is contained in:
Rémi Verschelde
2020-11-23 09:30:44 +01:00
committed by GitHub
2 changed files with 376 additions and 0 deletions

View File

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