Реорганизация тестов (в процессе)

This commit is contained in:
Andrey Pokidov 2025-02-13 01:20:29 +07:00
parent 43bf030295
commit fcf793c758
41 changed files with 252 additions and 314 deletions

View file

Internal server error - Personal Git Server: Beyond coding. We Forge.

500

Internal server error

Forgejo version: 11.0.1+gitea-1.22.0

@ -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;
}