Реорганизация тестов (в процессе)
This commit is contained in:
parent
43bf030295
commit
fcf793c758
41 changed files with 252 additions and 314 deletions
|
|
@ -4,31 +4,31 @@ int test_vector2()
|
|||
{
|
||||
print_testing_section("BGC Vector2");
|
||||
|
||||
if (test_vector2_reset() != TEST_SUCCES) {
|
||||
if (test_vector2_reset() != TEST_SUCCESS) {
|
||||
return TEST_FAILED;
|
||||
}
|
||||
|
||||