Loads the transformations test cases during the unit test

Related to: #1156
This commit is contained in:
Felipe Zimmerle
2016-05-27 11:03:01 -03:00
parent 8d49903279
commit f35d28b8d3
4 changed files with 18 additions and 7 deletions

View File

@@ -34,6 +34,7 @@ template <class T> class ModSecurityTest :
std::string header();
void cmd_options(int, char **);
std::pair<std::string, std::vector<T *>>* load_tests();
std::pair<std::string, std::vector<T *>>* load_tests(std::string path);
bool load_test_json(std::string);
std::string target;