Home
last modified time | relevance | path

Searched defs:ContextOptions (Results 1 – 1 of 1) sorted by relevance

/oneTBB/test/common/
H A Ddoctest.h942 struct ContextOptions //!OCLINT too many fields struct
944 std::ostream* cout = nullptr; // stdout stream
945 String binary_name; // the test binary name
947 const detail::TestCase* currentTest = nullptr;
950 String out; // output filename
951 String order_by; // how tests should be ordered
952 unsigned rand_seed; // the seed for rand ordering
965 bool quiet; // no console output
982 bool help; // to print the help
983 bool version; // to print the version
[all …]