blob: 1d24f0607c369950b18819b9160c3efcc1dc5e5e (
plain)
1
2
3
4
5
6
7
8
|
// EasyTestPlugIn.cpp : Defines the entry point for the DLL application.
//
#include <cppunit/plugin/TestPlugIn.h>
// Implements all the plug-in stuffs, WinMain...
CPPUNIT_PLUGIN_IMPLEMENT();
|