summaryrefslogtreecommitdiff
path: root/examples/simple/SimplePlugIn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/simple/SimplePlugIn.cpp')
-rw-r--r--examples/simple/SimplePlugIn.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/simple/SimplePlugIn.cpp b/examples/simple/SimplePlugIn.cpp
new file mode 100644
index 0000000..1d24f06
--- /dev/null
+++ b/examples/simple/SimplePlugIn.cpp
@@ -0,0 +1,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();