Removed *_REGISTER_REPORTER from main path

Also simplified them to single macro: CATCH_REGISTER_REPORTER
This commit is contained in:
Martin Hořeňovský
2017-08-17 18:07:24 +02:00
parent 9a18ba042f
commit f99f511155
9 changed files with 8 additions and 12 deletions

View File

@@ -54,7 +54,7 @@ namespace Catch {
};
}
#define INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) \
#define CATCH_REGISTER_REPORTER( name, reporterType ) \
namespace{ Catch::ReporterRegistrar<reporterType> catch_internal_RegistrarFor##reporterType( name ); }
#define CATCH_REGISTER_LISTENER( listenerType ) \