Добавлено несколько модульных тестов для Vector2, Vector3, Versor
This commit is contained in:
parent
ab4a589e21
commit
86426c9bd5
30 changed files with 1148 additions and 3 deletions
|
@ -2,6 +2,11 @@
|
|||
#define _TEST_VECTOR2_H_
|
||||
|
||||
#include "./../helpers.h"
|
||||
#include "./vector2/vector2_reset.h"
|
||||
#include "./vector2/vector2_set_values.h"
|
||||
#include "./vector2/vector2_copy.h"
|
||||
#include "./vector2/vector2_swap.h"
|
||||
|
||||
/*
|
||||
int test_fp32_vector2();
|
||||
|
||||
|
@ -13,4 +18,15 @@ int test_vector2_add_fp32();
|
|||
|
||||
int test_vector2_subtract_fp32();
|
||||
*/
|
||||
|
||||
int test_bgc_vector2_reset();
|
||||
|
||||
int test_bgc_vector2_set_values();
|
||||
|
||||
int test_bgc_vector2_copy();
|
||||
|
||||
int test_bgc_vector2_swap();
|
||||
|
||||
int test_vector2();
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue