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

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

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

500

Internal server error

Forgejo version: 11.0.1+gitea-1.22.0

@ -1,36 +1,14 @@
#include "quaternion.h"
int test_quaternion()
void test_quaternion()
{
print_testing_section("BGC Quaternion");
if (test_quaternion_reset() != TEST_SUCCESS) {
return TEST_FAILED;
}
if (test_quaternion_set_to_identity() != TEST_SUCCESS) {
return TEST_FAILED;
}