LLVM OpenMP 22.0.0git
Runner Struct Reference

Eventually executes all test suites and cases, should contain logic to skip stuff if needed. More...

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/tools/omptest/include/OmptTesterStandalone.h"

Public Member Functions

 Runner ()
int run ()
void reportError (const Error &Err)
void abortOrKeepGoing ()
void printSummary ()

Public Attributes

std::vector< TestSuiteTestSuites

Detailed Description

Eventually executes all test suites and cases, should contain logic to skip stuff if needed.

Definition at line 96 of file OmptTesterStandalone.h.

Constructor & Destructor Documentation

◆ Runner()

Runner::Runner ( )
inline

Definition at line 97 of file OmptTesterStandalone.h.

References TestSuites.

Member Function Documentation

◆ abortOrKeepGoing()

void Runner::abortOrKeepGoing ( )

Definition at line 133 of file OmptTesterStandalone.cpp.

Referenced by run().

◆ printSummary()

void Runner::printSummary ( )

Definition at line 135 of file OmptTesterStandalone.cpp.

References omptest::Fail, omptest::Pass, and TestSuites.

Referenced by run().

◆ reportError()

void Runner::reportError ( const Error & Err)

Definition at line 131 of file OmptTesterStandalone.cpp.

Referenced by run().

◆ run()

int Runner::run ( )

Member Data Documentation

◆ TestSuites

std::vector<TestSuite> Runner::TestSuites

Definition at line 104 of file OmptTesterStandalone.h.

Referenced by printSummary(), run(), and Runner().


The documentation for this struct was generated from the following files: