1 #include "UnitTest++/UnitTestPP.h" 2 3 int main(int, char const *[]) 4 { 5 return UnitTest::RunAllTests(); 6 } 7