Index: buildtest/trunk/README.txt =================================================================== --- buildtest/trunk/README.txt (revision 504045) +++ buildtest/trunk/README.txt (working copy) @@ -50,6 +50,19 @@ in your environment. Also ANT_OPTS variable should be set up to something like set/export ANT_OPTS=-Xmx400M to compile Harmony classes. + Note, the current structure support configurable set of tests for continues testing. + By default (ant setup), only the build of classlib and drlvm modules will be run. + To extend the test set type + + ant -Drun.module= setup + + In this case also run of pointed tests will be added to testing cycle. + +4) If new tests should be added to this structure then + - create new test directory + - create configuration for CC. Please, refer to CC - documentation for details. + - create build.xml file that should do suite-setup and merge suite CC - configuration + to the target configuration. To kickoff CruiseControl, just type :