[C] Reorganised tests

This commit is contained in:
seleznevae
2018-11-24 23:14:26 +03:00
parent e4cba07b55
commit 64abbfd41b
15 changed files with 130 additions and 51 deletions

16
tests/test_utils.hpp Normal file
View File

@@ -0,0 +1,16 @@
#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