cppunit/examples/simple/SimplePlugIn.cpp
2011-10-29 15:07:08 +10:00

9 lines
195 B
C++

// 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();