Упрощение тестов

This commit is contained in:
Andrey Pokidov 2025-02-13 19:28:40 +07:00
parent fcf793c758
commit 7f242c4b63
71 changed files with 518 additions and 943 deletions

View file

@ -12,10 +12,14 @@
int main()
{
test_utilities();
test_vector2();
test_vector3();
test_quaternion();
test_versor();
return TEST_SUCCESS;
return 0;
}