MCPcopy Create free account
hub / github.com/Tripwire/tripwire-open-source / RunAllTests

Function RunAllTests

src/twtest/test.cpp:268–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268static void RunAllTests()
269{
270 TestMap::const_iterator itr;
271 for (itr = tests.begin(); itr != tests.end(); ++itr)
272 {
273 TCERR << std::endl << "===== Starting test suite: " << itr->first << " =====" << std::endl;
274 RunTestSuite(itr->first, itr->second);
275 TCERR << "===== Finished test suite: " << itr->first << " =====" << std::endl;
276 }
277}
278
279static void ListTests()
280{

Callers 1

_tmainFunction · 0.85

Calls 3

RunTestSuiteFunction · 0.85
beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected