6 lines
118 B
C++
6 lines
118 B
C++
#include <cppunit/plugin/TestPlugIn.h>
|
|
|
|
|
|
// Implements all the plug-in stuffs, WinMain...
|
|
CPPUNIT_PLUGIN_IMPLEMENT();
|