1
0
Fork 0
libfort/tests/test_utils.h

12 lines
300 B
C
Raw Normal View History

2018-11-24 21:14:26 +01:00
#ifndef TEST_UTILS_H
#define TEST_UTILS_H
struct ft_table;
int set_test_props_for_table(struct ft_table *table);
int set_test_properties_as_default(void);
struct ft_table *create_test_int_table(int set_test_opts);
struct ft_table *create_test_int_wtable(int set_test_opts);
#endif // TEST_UTILS_H