#include "testsuite.h" #include #include bool ShowAll = false; bool CheckCodingStyle = true; extern std::vector Files; int main() { Files.push_back( "test.cpp" ); TestFixture::runTests(); return 0; }