Skip to content

tcmak/CppUTestEclipseJunoTestRunner

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time

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