Add tests for Vector2/Vector2i/Vector3/Vector3i
This commit is contained in:
parent
e4453096d3
commit
d9506cade1
5 changed files with 1054 additions and 0 deletions
|
|
@ -48,6 +48,10 @@
|
|||
#include "tests/core/math/test_math.h"
|
||||
#include "tests/core/math/test_random_number_generator.h"
|
||||
#include "tests/core/math/test_rect2.h"
|
||||
#include "tests/core/math/test_vector2.h"
|
||||
#include "tests/core/math/test_vector2i.h"
|
||||
#include "tests/core/math/test_vector3.h"
|
||||
#include "tests/core/math/test_vector3i.h"
|
||||
#include "tests/core/object/test_class_db.h"
|
||||
#include "tests/core/object/test_method_bind.h"
|
||||
#include "tests/core/object/test_object.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue