struct Options

Defined at line 127 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/runner.h

Public Members

basic_string filter
int seed
int repeat
bool shuffle
bool help
bool list
bool run_disabled
bool break_on_failure
basic_string output_path

Public Methods

Options FromArgs (int argc, char ** argv, std::vector<std::string> * errors)

Parses the contents of argv into |Options|.

Defined at line 77 of file ../../zircon/system/ulib/zxtest/runner-options.cc

void Usage (char * bin, LogSink * sink)

Prints the usage message into the |stream|.

Defined at line 72 of file ../../zircon/system/ulib/zxtest/runner-options.cc