1
0
Fork 0
libfort/tests/test_utils.hpp

13 lines
261 B
C++

#ifndef TEST_UTILS_HPP
#define TEST_UTILS_HPP
#include "fort.hpp"
int set_test_properties_as_default(void);
bool set_cpp_test_props_for_table(fort::char_table *table);
fort::char_table create_cpp_test_int_table(int set_test_opts);
#endif // TEST_UTILS_HPP