1
0
Fork 0
libfort/tests/test_utils.hpp

13 lines
261 B
C++
Raw Normal View History

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