struct Options
Defined at line 131 of file ../../zircon/system/ulib/zxtest/include/zxtest/base/runner.h
Public Members
String filter
int seed
int repeat
bool shuffle
bool help
bool list
bool run_disabled
bool break_on_failure
String output_path
Public Methods
Options FromArgs (int argc, char ** argv, fbl::Vector<fbl::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