LLVM OpenMP 22.0.0git
OmptTester.h File Reference

This file represents the main header file for usage of the ompTest library. More...

#include "AssertMacros.h"
#include "Logging.h"
#include "OmptAliases.h"
#include "OmptAssertEvent.h"
#include "OmptAsserter.h"
#include "OmptCallbackHandler.h"
#include <cassert>
#include <iostream>
#include <memory>
#include <string>
#include <thread>
#include <unordered_set>
#include <vector>
#include "OmptTesterGoogleTest.h"

Go to the source code of this file.

Macros

#define OMPTEST_TESTSUITE_MAIN()

Detailed Description

This file represents the main header file for usage of the ompTest library.

Depending on the build either 'standalone' or GoogleTest headers are included and corresponding main-function macros are defined.

Definition in file OmptTester.h.

Macro Definition Documentation

◆ OMPTEST_TESTSUITE_MAIN

#define OMPTEST_TESTSUITE_MAIN ( )
Value:
int main(int argc, char **argv) { \
testing::InitGoogleTest(&argc, argv); \
return RUN_ALL_TESTS(); \
}
int main()
Definition test-touch.c:21

Definition at line 52 of file OmptTester.h.