Wire Sysio Wire Sysion 1.0.0
|
#include "catch_platform.h"
Go to the source code of this file.
Macros | |
#define | CATCH_INTERNAL_CONFIG_POSIX_SIGNALS |
#define | CATCH_INTERNAL_CONFIG_COUNTER |
#define | CATCH_CONFIG_COUNTER |
#define | CATCH_CONFIG_POSIX_SIGNALS |
#define | CATCH_CONFIG_WCHAR |
#define | CATCH_CONFIG_CPP11_TO_STRING |
#define | CATCH_CONFIG_DISABLE_EXCEPTIONS |
#define | CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS |
#define | CATCH_INTERNAL_UNSUPPRESS_PARENTHESES_WARNINGS |
#define | CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS |
#define | CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS |
#define | CATCH_INTERNAL_SUPPRESS_UNUSED_WARNINGS |
#define | CATCH_INTERNAL_UNSUPPRESS_UNUSED_WARNINGS |
#define | CATCH_TRY if ((true)) |
#define | CATCH_CATCH_ALL if ((false)) |
#define | CATCH_CATCH_ANON(type) |
#define CATCH_CATCH_ALL if ((false)) |
Definition at line 280 of file catch_compiler_capabilities.h.
#define CATCH_CATCH_ANON | ( | type | ) |
Definition at line 281 of file catch_compiler_capabilities.h.
#define CATCH_CONFIG_COUNTER |
Definition at line 215 of file catch_compiler_capabilities.h.
#define CATCH_CONFIG_CPP11_TO_STRING |
Definition at line 230 of file catch_compiler_capabilities.h.
#define CATCH_CONFIG_DISABLE_EXCEPTIONS |
Definition at line 258 of file catch_compiler_capabilities.h.
#define CATCH_CONFIG_POSIX_SIGNALS |
Definition at line 222 of file catch_compiler_capabilities.h.
#define CATCH_CONFIG_WCHAR |
Definition at line 226 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_CONFIG_COUNTER |
Definition at line 174 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_CONFIG_POSIX_SIGNALS |
Definition at line 73 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_SUPPRESS_GLOBALS_WARNINGS |
Definition at line 270 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS |
Definition at line 266 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_SUPPRESS_UNUSED_WARNINGS |
Definition at line 274 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_UNSUPPRESS_GLOBALS_WARNINGS |
Definition at line 271 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_UNSUPPRESS_PARENTHESES_WARNINGS |
Definition at line 267 of file catch_compiler_capabilities.h.
#define CATCH_INTERNAL_UNSUPPRESS_UNUSED_WARNINGS |
Definition at line 275 of file catch_compiler_capabilities.h.
#define CATCH_TRY if ((true)) |
Definition at line 279 of file catch_compiler_capabilities.h.