@@ -29,17 +29,21 @@ typedef unsigned long counter_t;
29
29
30
30
// ____________________________________________________________________________//
31
31
32
- enum report_level { INV_REPORT_LEVEL, CONFIRMATION_REPORT, SHORT_REPORT, DETAILED_REPORT, NO_REPORT };
32
+ enum BOOST_SYMBOL_VISIBLE report_level { INV_REPORT_LEVEL,
33
+ CONFIRMATION_REPORT,
34
+ SHORT_REPORT,
35
+ DETAILED_REPORT,
36
+ NO_REPORT };
33
37
34
38
// ____________________________________________________________________________//
35
39
36
40
// ! Indicates the output format for the loggers or the test tree printing
37
- enum output_format { OF_INVALID,
38
- OF_CLF, // /< compiler log format
39
- OF_XML, // /< XML format for report and log,
40
- OF_JUNIT, // /< JUNIT format for report and log,
41
- OF_CUSTOM_LOGGER, // /< User specified logger.
42
- OF_DOT // /< dot format for output content
41
+ enum BOOST_SYMBOL_VISIBLE output_format { OF_INVALID,
42
+ OF_CLF, // /< compiler log format
43
+ OF_XML, // /< XML format for report and log,
44
+ OF_JUNIT, // /< JUNIT format for report and log,
45
+ OF_CUSTOM_LOGGER, // /< User specified logger.
46
+ OF_DOT // /< dot format for output content
43
47
};
44
48
45
49
// ____________________________________________________________________________//
0 commit comments