1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Add master test suite for conveniently running all junit3 tests in CDT

This commit is contained in:
John Cortell 2012-08-16 14:08:17 -05:00
parent 4f32f1e7f5
commit c44a241d41

View file

@ -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.