This is the test runner plugin for CppUTest (http://www.cpputest.org) with Eclipse Juno CDT Test Runner. It works with Kepler and Luna as well.
HOW TO INSTALL
-
Create directory "<YOUR_PATH_TO_ECLIPSE>/eclipse/dropins/CppUTest".
-
In this repository, change into the directory "org.eclipse.cdt.testrunner.cpputest".
-
Copy the following artifacts from there to "<YOUR_PATH_TO_ECLIPSE>/eclipse/dropins/CppUTest":
bin/org/ --> org/
META-INF/
plugin.properties
plugin.xml
You must copy "bin/org/" to "org/" and not to "bin/org/" !
- Close Eclipse.
Start Eclipse from a command shell with the following command:
Eclipse -clean -console -consoleLog
"CppUTest Tests Runner" should now be selectable as a test runner within Eclipse and successfully run a CppUTest test project.