2018-11-24 21:14:26 +01:00
|
|
|
#ifndef TEST_UTILS_HPP
|
|
|
|
#define TEST_UTILS_HPP
|
|
|
|
|
2019-09-28 10:02:34 +02:00
|
|
|
#include "fort.hpp"
|
2018-11-24 21:14:26 +01:00
|
|
|
|
|
|
|
int set_test_properties_as_default(void);
|
2019-09-28 10:02:34 +02:00
|
|
|
bool set_cpp_test_props_for_table(fort::char_table *table);
|
|
|
|
fort::char_table create_cpp_test_int_table(int set_test_opts);
|
2018-11-24 21:14:26 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // TEST_UTILS_HPP
|