mirror of
https://github.com/catchorg/Catch2.git
synced 2025-06-04 19:08:12 +00:00
Tag aliases feature
This commit is contained in:
parent
006aafd982
commit
1d210ebd37
13 changed files with 243 additions and 8 deletions
|
@ -84,7 +84,7 @@ namespace Catch {
|
|||
m_os( std::cout.rdbuf() )
|
||||
{
|
||||
if( !data.testsOrTags.empty() ) {
|
||||
TestSpecParser parser;
|
||||
TestSpecParser parser( ITagAliasRegistry::get() );
|
||||
for( std::size_t i = 0; i < data.testsOrTags.size(); ++i )
|
||||
parser.parse( data.testsOrTags[i] );
|
||||
m_testSpec = parser.testSpec();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue