Home
last modified time | relevance | path

Searched refs:sectionsToRun (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp5253 std::vector<std::string> sectionsToRun; member
9775 | Opt( config.sectionsToRun, "section name" ) in makeCommandLineParser()
9871 for (auto& elem : m_data.sectionsToRun) { in Config()
9898 … std::vector<std::string> const& Config::getSectionsToRun() const { return m_data.sectionsToRun; } in getSectionsToRun()