MCPcopy Create free account
hub / github.com/cirquit/trdrop / addSectionToRun

Function addSectionToRun

ext/catch.hpp:5031–5031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5029 }
5030 inline void addTestOrTags( ConfigData& config, std::string const& _testSpec ) { config.testsOrTags.push_back( _testSpec ); }
5031 inline void addSectionToRun( ConfigData& config, std::string const& sectionName ) { config.sectionsToRun.push_back( sectionName ); }
5032 inline void addReporterName( ConfigData& config, std::string const& _reporterName ) { config.reporterNames.push_back( _reporterName ); }
5033
5034 inline void addWarning( ConfigData& config, std::string const& _warning ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected