Menu

[r285]: / trunk / cppunit / examples / simple / SimplePlugIn.cpp  Maximize  Restore  History

Download this file

9 lines (5 with data), 195 Bytes

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();
MongoDB Logo MongoDB