13 lines
261 B
C++
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
|