Тесты для комплексных чисел, исправление в файле проекта для Visual Studio
This commit is contained in:
parent
1b0fd7ef26
commit
f85039a556
22 changed files with 816 additions and 3 deletions
14
basic-geometry-test/tests/complex.c
Normal file
14
basic-geometry-test/tests/complex.c
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#include "./complex.h"
|
||||
|
||||
void test_complex()
|
||||
{
|
||||
print_testing_section("BGC Complex");
|
||||
|
||||
test_complex_reset();
|
||||
test_complex_set_values();
|
||||
test_complex_copy();
|
||||
test_complex_swap();
|
||||
test_complex_is_zero();
|
||||
test_complex_is_unit();
|
||||
test_complex_modulus();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue