mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 20:51:12 -06:00
Make verboseconsole the default reporter.
This commit is contained in:
parent
d63ae1c608
commit
99dd6acc79
2 changed files with 5 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#define CATCH_CONFIG_EXTERNAL_INTERFACES
|
||||
#define CATCH_CONFIG_MAIN
|
||||
#define CATCH_CONFIG_DEFAULT_REPORTER "verboseconsole"
|
||||
#include <catch2/catch.hpp>
|
||||
|
||||
namespace Catch {
|
||||
|
|
@ -45,7 +46,9 @@ struct VerboseConsoleReporter : public ConsoleReporter {
|
|||
ConsoleReporter::testCaseEnded(stats);
|
||||
}
|
||||
};
|
||||
|
||||
CATCH_REGISTER_REPORTER( "verboseconsole", VerboseConsoleReporter )
|
||||
}
|
||||
|
||||
} // namespace Catch
|
||||
|
||||
#endif // CATCH_MAIN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue