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

Add a test suite for Vector

This test suite is based on the LocalVector test suite with significant
changes made.
This commit is contained in:
Hugo Locurcio
2021-05-19 01:20:40 +02:00
parent c340ed6394
commit 114d556a42
2 changed files with 497 additions and 0 deletions

View File

@@ -77,6 +77,7 @@
#include "test_translation.h"
#include "test_validate_testing.h"
#include "test_variant.h"
#include "test_vector.h"
#include "test_xml_parser.h"
#include "modules/modules_tests.gen.h"