Using Unity (a special library for C for Unit tests)

This commit is contained in:
andrey 2026-01-22 18:18:03 +07:00
parent 857d79e572
commit fd7c6c91cd
10 changed files with 4638 additions and 24 deletions

View file

@ -11,9 +11,10 @@ void test_complex()
test_complex_is_zero();
test_complex_is_unit();
test_complex_modulus();
/*
test_complex_add();
test_complex_subtract();
test_complex_multiply();
test_complex_divide();
*/
}