Split out parseTestSpec into test-only helpers

This commit is contained in:
Martin Hořeňovský
2022-10-28 00:16:38 +02:00
parent 223d8d6382
commit 3b40cf13eb
6 changed files with 45 additions and 6 deletions

View File

@@ -238,8 +238,4 @@ namespace Catch {
m_mode = None;
}
TestSpec parseTestSpec( std::string const& arg ) {
return TestSpecParser( ITagAliasRegistry::get() ).parse( arg ).testSpec();
}
} // namespace Catch

View File

@@ -71,7 +71,6 @@ namespace Catch {
}
};
TestSpec parseTestSpec( std::string const& arg );
} // namespace Catch