regression: Allows to specify a single file or directory

Tests were directory driven. Now it is possible to specify a single
test case file.
This commit is contained in:
Felipe Zimmerle
2015-07-22 13:49:02 -03:00
parent a4af4f32cd
commit 3f8fa64c9a
2 changed files with 15 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ template <class T> class ModSecurityTest :
std::pair<std::string, std::vector<T *>>* load_tests();
bool load_test_json(std::string);
std::string target_folder;
std::string target;
bool verbose = false;
bool color = false;
};