1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00
cdt/core/org.eclipse.cdt.alltests
Marc Khouzam 4781f20495 Move some leftover plugins from Java 5 to Java 7.
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25 13:42:20 -04:00
..
.settings Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
META-INF Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
src/org/eclipse/cdt/alltests Cosmetics. 2013-12-03 18:05:48 -08:00
.classpath Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04: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 Extract test VM args to common property base.test.vmargs 2015-02-06 13:02:28 -05: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.