DEBSOURCES
Skip Quicknav
sources / cpputest / 4.0-3 / scripts / CppUnitTemplates / ProjectTemplate / tests / AllTests.cpp
12345678
#include "CppUTest/CommandLineTestRunner.h" int main(int ac, char** av) { return CommandLineTestRunner::RunAllTests(ac, av); }