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

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

@ -1,14 +1,14 @@
#ifndef _TEST_UTILITIES_IS_UNIT_H_
#define _TEST_UTILITIES_IS_UNIT_H_
int test_is_unit_fp32();
void test_is_unit_fp32();
int test_is_unit_fp64();
void test_is_unit_fp64();
int test_is_sqare_unit_fp32();
void test_is_sqare_unit_fp32();
int test_is_sqare_unit_fp64();
void test_is_sqare_unit_fp64();
int test_is_unit();
void test_is_unit();
#endif