MCPcopy Create free account
hub / github.com/cpputest/cpputest / RunAllTests

Method RunAllTests

src/CppUTest/CommandLineTestRunner.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34#include "CppUTest/TestRegistry.h"
35
36int CommandLineTestRunner::RunAllTests(int ac, char** av)
37{
38 return RunAllTests(ac, (const char *const *) av);
39}
40
41int CommandLineTestRunner::RunAllTests(int ac, const char *const *av)
42{

Callers

nothing calls this directly

Tested by

no test coverage detected