mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adds --test | -t option to isoltest.
This commit is contained in:
@@ -30,11 +30,13 @@ namespace test
|
||||
|
||||
struct IsolTestOptions: CommonOptions
|
||||
{
|
||||
bool noColor = false;
|
||||
bool showHelp = false;
|
||||
bool noColor = false;
|
||||
std::string test = std::string{};
|
||||
|
||||
IsolTestOptions(std::string* _editor);
|
||||
bool parse(int _argc, char const* const* _argv) override;
|
||||
void validate() const override;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user