1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.alltests
Marc-Andre Laperle 97079f6ad0 Add missing arg for jacoco in in tests. Update jacoco.
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>
2014-08-28 15:40:26 -04:00
..
.settings Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:07:41 -05:00
META-INF Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:08 -05:00
src/org/eclipse/cdt/alltests Cosmetics. 2013-12-03 18:05:48 -08:00
.classpath Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:04:47 -05:00
.project Add master test suite for conveniently running all junit3 tests in CDT:wq 2012-08-16 14:05:25 -05:00
about.html Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:29 -05:00
build.properties Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:36 -05:00
CDT Master Test Suite.launch adjust memory params to avoid out of memory 2012-08-16 16:23:05 -05:00
plugin.properties Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:44 -05:00
pom.xml Add missing arg for jacoco in in tests. Update jacoco. 2014-08-28 15:40:26 -04:00
README.txt Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:08:17 -05:00

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.