Direct-BT
2.3.1
Direct-BT - Direct Bluetooth Programming.
|
#include <catch2/catch_amalgamated.hpp>
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 *) |
#define CATCH2_MY_MAIN_H |
Definition at line 35 of file catch2_my_main.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 47 of file catch2_my_main.cpp.
bool catch_auto_run |
Run w/o command-line args, i.e.
default CI unit test.
Definition at line 39 of file catch2_my_main.cpp.
bool catch_perf_analysis |
Run w/ command-line arg '–perf_analysis'.
Definition at line 42 of file catch2_my_main.cpp.
|
static |
Definition at line 44 of file catch2_my_main.cpp.
|
static |
Definition at line 45 of file catch2_my_main.cpp.