FxLibcTest/include/ft/all-tests.h

21 lines
407 B
C

//---
// ft.all-tests: List of all test structures defined by modules
//---
#ifndef _FT_ALL_TESTS_H_
#define _FT_ALL_TESTS_H_
#include <ft/test.h>
/* ctype */
extern ft_test ft_ctype_macros;
extern ft_test ft_ctype_functions;
/* string */
extern ft_test ft_string_memset;
extern ft_test ft_string_memcpy;
extern ft_test ft_string_memmove;
extern ft_test ft_string_memcmp;
#endif /* _FT_ALL_TESTS_H_ */