Checks if a particular test option is present in -test command-line arg options
Declared in <common/args.h>
bool
HasTestOption(
ArgsManager const& args,
std::string const& test_option);
true if the test option was specified.
| Name | Description |
|---|---|
| args | The argument manager to inspect. |
| test_option | The test option name to look for. |