forked from catchorg/Catch2
Added -l tags
- which lists available tags. - also improved formatting of -l for tests
This commit is contained in:
@@ -34,9 +34,8 @@ namespace Catch {
|
||||
|
||||
Reports = 1,
|
||||
Tests = 2,
|
||||
All = 3,
|
||||
|
||||
TestNames = 6,
|
||||
Tags = 4,
|
||||
All = Reports | Tests | Tags,
|
||||
|
||||
WhatMask = 0xf,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user