Реорганизация тестов (в процессе)
This commit is contained in:
parent
43bf030295
commit
fcf793c758
41 changed files with 252 additions and 314 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue