Blame examples/simple/SimplePlugIn.cpp

Packit Service e31359
// EasyTestPlugIn.cpp : Defines the entry point for the DLL application.
Packit Service e31359
//
Packit Service e31359
Packit Service e31359
#include <cppunit/plugin/TestPlugIn.h>
Packit Service e31359
Packit Service e31359
Packit Service e31359
// Implements all the plug-in stuffs, WinMain...
Packit Service e31359
CPPUNIT_PLUGIN_IMPLEMENT();