Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.03 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.03 KB

Pitclipse

Eclipse plugin for PIT. Please download from Eclipse Marketplace

Build Status

Manual Update site: http://eclipse.pitest.org/release/ (please note that this is not viewable from a browser, but will work from an Eclipse update)

Notable previous versions are described here

Plugin Build Requirements

If you wish to build the plugin from source, you will need the following.

  • Maven 3.0

Plugin Command line build

The plugin and all bundled dependencies can be built by running build.sh in the root.

The contents of pitclipse-plugin/org.pitest.pitclipse.site/target/repository/ can then be used as an update site.

NB - there is also a ui-test profile which should run the UI tests. However, for reasons not yet ascertained, the eclipse instance started by tycho does not seem to be able to add JUnit to the classpath of the test projects.