forked from catchorg/Catch2
Merged implemention of #934, but using 'verbose' option on command line instead.
(see 616f7235ef on master for original merge)
This commit is contained in:
committed by
Phil Nash
parent
9382534d59
commit
1e7000ed55
@@ -17,11 +17,11 @@
|
||||
|
||||
namespace Catch {
|
||||
|
||||
struct Verbosity { enum Level {
|
||||
NoOutput = 0,
|
||||
Quiet,
|
||||
Normal
|
||||
}; };
|
||||
enum class Verbosity {
|
||||
Quiet = 0,
|
||||
Normal,
|
||||
High
|
||||
};
|
||||
|
||||
struct WarnAbout { enum What {
|
||||
Nothing = 0x00,
|
||||
|
||||
Reference in New Issue
Block a user