Модульные тесты для кватернионов
This commit is contained in:
parent
2fae0154ac
commit
899ca7dd52
63 changed files with 1233 additions and 284 deletions
|
@ -1,19 +1,12 @@
|
|||
#ifndef _TEST_Vector3_H_
|
||||
#define _TEST_Vector3_H_
|
||||
#ifndef _TEST_VECTOR3_H_
|
||||
#define _TEST_VECTOR3_H_
|
||||
|
||||
#include "./../helpers.h"
|
||||
#include "./vector3/vector3_reset.h"
|
||||
#include "./vector3/vector3_set_values.h"
|
||||
#include "./vector3/vector3_copy.h"
|
||||
#include "./vector3/vector3_swap.h"
|
||||
|
||||
int test_bgc_vector3_reset();
|
||||
|
||||
int test_bgc_vector3_set_values();
|
||||
|
||||
int test_bgc_vector3_copy();
|
||||
|
||||
int test_bgc_vector3_swap();
|
||||
#include "./vector3/vector3_is_zero.h"
|
||||
|
||||
int test_vector3();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue