terminology/src/bin/unit_tests.h

12 lines
182 B
C
Raw Normal View History

2020-05-23 15:05:29 -07:00
#ifndef _TY_UNIT_TESTS_H__
#define _TY_UNIT_TESTS_H__ 1
/* Unit tests */
typedef int (*tytest_func)(void);
/* list of tests */
int tytest_dummy(void);
int tytest_sb(void);
#endif