terminology/src/bin/unit_tests.h

12 lines
182 B
C

#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