From c44a241d415847c9ff7b097c717dc7d9377659a4 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 16 Aug 2012 14:08:17 -0500 Subject: [PATCH] Add master test suite for conveniently running all junit3 tests in CDT --- core/org.eclipse.cdt.alltests/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 core/org.eclipse.cdt.alltests/README.txt diff --git a/core/org.eclipse.cdt.alltests/README.txt b/core/org.eclipse.cdt.alltests/README.txt new file mode 100644 index 00000000000..2a8897a04ff --- /dev/null +++ b/core/org.eclipse.cdt.alltests/README.txt @@ -0,0 +1,7 @@ +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. \ No newline at end of file