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