mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() Jacoco arguments are missing when executing certain tests. This happens when argLine is being overriden. We had the same problem in Linux Tools. We solved it by prepending the argLine with ${tycho.testArgLine}. This should help improving the Code coverage metric in Sonar. Also update the jacoco version to fix a bug when building with Java 8. Change-Id: I7f73f40488efc01fc7d643940c1ac0d5950c900d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32507 Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
src/org/eclipse/cdt/alltests | ||
.classpath | ||
.project | ||
about.html | ||
build.properties | ||
CDT Master Test Suite.launch | ||
plugin.properties | ||
pom.xml | ||
README.txt |
This plugin is a convenience for developers wanting to run all the junit3 tests in CDT from within the IDE with a single click. It contains a container test class and a launch configuration. If you're interested in running only a subset of the tests, simply comment out lines in AllTests.java. Keep in mind some of the tests require a toolchain to be in PATH. So Windows developers will need to have MinGW or Cygwin installed.