https://github.com/catchorg/Catch2/issues/1175 - don't list hidden tests by default
This commit is contained in:
parent
355b3f9952
commit
ca8470fbad
14 changed files with 134 additions and 31 deletions
|
@ -348,4 +348,9 @@ TEST_CASE( "#961 -- Dynamically created sections should all be reported", "[.]"
|
|||
}
|
||||
}
|
||||
|
||||
TEST_CASE( "#1175 - Hidden Test", "[.]" ) {
|
||||
// Just for checking that hidden test is not listed by default
|
||||
SUCCEED();
|
||||
}
|
||||
|
||||
}} // namespace MiscTests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue