Skip to content

tcmak/CppUTestEclipseJunoTestRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

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

  1. Create directory "<YOUR_PATH_TO_ECLIPSE>/eclipse/dropins/CppUTest".

  2. In this repository, change into the directory "org.eclipse.cdt.testrunner.cpputest".

  3. 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/" !

  1. 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.

About

CppUTest Test Runner for Eclipse Juno or above

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages