#include #include #include #include using namespace CppUnit; int main(){ TextUi::TestRunner runner; runner.run(); return 0; }