cppcheck/testrunner.cpp

11 lines
83 B
C++
Raw Normal View History

#include "testsuite.h"
int main()
{
TestSuite::runTests();
return 0;
}