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