LLVM OpenMP 22.0.0git
|
Eventually executes all test suites and cases, should contain logic to skip stuff if needed. More...
Public Member Functions | |
Runner () | |
int | run () |
void | reportError (const Error &Err) |
void | abortOrKeepGoing () |
void | printSummary () |
Public Attributes | |
std::vector< TestSuite > | TestSuites |
Eventually executes all test suites and cases, should contain logic to skip stuff if needed.
Definition at line 96 of file OmptTesterStandalone.h.
|
inline |
Definition at line 97 of file OmptTesterStandalone.h.
References TestSuites.
void Runner::abortOrKeepGoing | ( | ) |
Definition at line 133 of file OmptTesterStandalone.cpp.
Referenced by run().
void Runner::printSummary | ( | ) |
Definition at line 135 of file OmptTesterStandalone.cpp.
References omptest::Fail, omptest::Pass, and TestSuites.
Referenced by run().
Definition at line 131 of file OmptTesterStandalone.cpp.
Referenced by run().
int Runner::run | ( | ) |
Definition at line 112 of file OmptTesterStandalone.cpp.
References abortOrKeepGoing(), printSummary(), reportError(), and TestSuites.
std::vector<TestSuite> Runner::TestSuites |
Definition at line 104 of file OmptTesterStandalone.h.
Referenced by printSummary(), run(), and Runner().