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