Модульные тесты для кватернионов
This commit is contained in:
parent
2fae0154ac
commit
899ca7dd52
63 changed files with 1233 additions and 284 deletions
|
@ -6,6 +6,7 @@
|
|||
#include "./vector2/vector2_set_values.h"
|
||||
#include "./vector2/vector2_copy.h"
|
||||
#include "./vector2/vector2_swap.h"
|
||||
#include "./vector2/vector2_is_zero.h"
|
||||
|
||||
/*
|
||||
int test_fp32_vector2();
|
||||
|
@ -19,14 +20,6 @@ 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