8 lines
128 B
C++
8 lines
128 B
C++
|
#include "CppTestHarness.h"
|
||
|
#include "PrintfTestReporter.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return CppTestHarness::TestRunner().RunAllTests();
|
||
|
}
|