1
0
Fork 0
libfort/tests/test_utils.hpp

17 lines
264 B
C++
Raw Normal View History

2018-11-24 21:14:26 +01:00
#ifndef TEST_UTILS_HPP
#define TEST_UTILS_HPP
namespace fort
{
class table;
}
int set_test_properties_as_default(void);
bool set_cpp_test_props_for_table(fort::table *table);
fort::table create_cpp_test_int_table(int set_test_opts);
#endif // TEST_UTILS_HPP