Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Macros | Functions | Variables
catch2_my_main.cpp File Reference
#include <catch2/catch_amalgamated.hpp>
Include dependency graph for catch2_my_main.cpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CATCH2_MY_MAIN_H
 

Functions

int main (int argc, char *argv[])
 

Variables

bool catch_auto_run
 Run w/o command-line args, i.e. More...
 
bool catch_perf_analysis
 Run w/ command-line arg '–perf_analysis'. More...
 
static char * extra_args [] = { (char*)"--use-colour", (char*)"no" }
 
static int extra_args_c = sizeof(extra_args) / sizeof(const char *)
 

Macro Definition Documentation

◆ CATCH2_MY_MAIN_H

#define CATCH2_MY_MAIN_H

Definition at line 35 of file catch2_my_main.cpp.

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 47 of file catch2_my_main.cpp.

Variable Documentation

◆ catch_auto_run

bool catch_auto_run

Run w/o command-line args, i.e.

default CI unit test.

Examples
test_cow_darray_perf01.cpp.

Definition at line 39 of file catch2_my_main.cpp.

◆ catch_perf_analysis

bool catch_perf_analysis

Run w/ command-line arg '–perf_analysis'.

Examples
test_cow_darray_perf01.cpp.

Definition at line 42 of file catch2_my_main.cpp.

◆ extra_args

char* extra_args[] = { (char*)"--use-colour", (char*)"no" }
static

Definition at line 44 of file catch2_my_main.cpp.

◆ extra_args_c

int extra_args_c = sizeof(extra_args) / sizeof(const char *)
static

Definition at line 45 of file catch2_my_main.cpp.