9 lines
195 B
C++
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();
|