Allow more filters and rename member.

This commit is contained in:
chriseth
2019-04-17 12:00:01 +02:00
parent 827e13a2d7
commit 669df0d1e5
3 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ struct IsolTestOptions: CommonOptions
{
bool showHelp = false;
bool noColor = false;
std::string test = std::string{};
std::string testFilter = std::string{};
IsolTestOptions(std::string* _editor);
bool parse(int _argc, char const* const* _argv) override;