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

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,10 +1,10 @@
#ifndef _TEST_UTILITIES_IS_ZERO_H_
#define _TEST_UTILITIES_IS_ZERO_H_
int test_is_zero_fp32();
void test_is_zero_fp32();
int test_is_zero_fp64();
void test_is_zero_fp64();
int test_is_zero();
void test_is_zero();
#endif