Home
last modified time | relevance | path

Searched refs:CATCH_CONFIG_DEFAULT_REPORTER (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_config.hpp57 #ifndef CATCH_CONFIG_DEFAULT_REPORTER
58 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro
60 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
61 #undef CATCH_CONFIG_DEFAULT_REPORTER
/external/catch2/projects/ExtraTests/
DToDo.txt10 CATCH_CONFIG_DEFAULT_REPORTER
/external/catch2/docs/
Dconfiguration.md107 `CATCH_CONFIG_DEFAULT_REPORTER` to string literal naming the desired
110 This means that defining `CATCH_CONFIG_DEFAULT_REPORTER` to `"console"`
/external/catch2/single_include/catch2/
Dcatch.hpp4684 #ifndef CATCH_CONFIG_DEFAULT_REPORTER
4685 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro
4687 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
4688 #undef CATCH_CONFIG_DEFAULT_REPORTER