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

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

@ -1,10 +1,10 @@
#ifndef _TEST_VERSOR_SET_VALUES_H_
#define _TEST_VERSOR_SET_VALUES_H_
int test_versor_set_values_fp32();
void test_versor_set_values_fp32();
int test_versor_set_values_fp64();
void test_versor_set_values_fp64();
int test_versor_set_values();
void test_versor_set_values();
#endif