1 #include <cppunit/plugin/TestPlugIn.h>
2 
3 
4 // Implements all the plug-in stuffs, WinMain...
5 CPPUNIT_PLUGIN_IMPLEMENT();
6