6 lines
131 B
C++
6 lines
131 B
C++
|
#include "CppUTest/CommandLineTestRunner.h"
|
||
|
|
||
|
int main(int ac, char** av)
|
||
|
{
|
||
|
return CommandLineTestRunner::RunAllTests(ac, av);
|
||
|
}
|