Модульные тесты для арифметических операций с векторами и комплексными числами
This commit is contained in:
parent
2e902bc040
commit
f06b35ae34
14 changed files with 1317 additions and 0 deletions
|
|
@ -11,4 +11,9 @@ void test_vector3()
|
|||
test_vector3_is_zero();
|
||||
test_vector3_is_unit();
|
||||
test_vector3_modulus();
|
||||
|
||||
test_vector3_add();
|
||||
test_vector3_subtract();
|
||||
test_vector3_multiply();
|
||||
test_vector3_divide();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue