Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_config.hpp62 #ifndef CATCH_CONFIG_DEFAULT_REPORTER
63 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro
65 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
66 #undef CATCH_CONFIG_DEFAULT_REPORTER
/external/catch2/projects/ExtraTests/
DToDo.txt10 CATCH_CONFIG_DEFAULT_REPORTER
/external/catch2/docs/
Dconfiguration.md108 `CATCH_CONFIG_DEFAULT_REPORTER` to string literal naming the desired
111 This means that defining `CATCH_CONFIG_DEFAULT_REPORTER` to `"console"`
/external/catch2/single_include/catch2/
Dcatch.hpp5266 #ifndef CATCH_CONFIG_DEFAULT_REPORTER
5267 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro
5269 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
5270 #undef CATCH_CONFIG_DEFAULT_REPORTER
/external/libabigail/tests/lib/
Dcatch.hpp5298 #ifndef CATCH_CONFIG_DEFAULT_REPORTER
5299 #define CATCH_CONFIG_DEFAULT_REPORTER "console" macro
5301 std::string reporterName = CATCH_CONFIG_DEFAULT_REPORTER;
5302 #undef CATCH_CONFIG_DEFAULT_REPORTER