From 39ae7eb50e43acfe91d5fefde79b1300e90a54df Mon Sep 17 00:00:00 2001 From: wisberg Date: Wed, 14 May 2003 05:17:49 +0000 Subject: [PATCH] - now supports both eclipse bin dirs (default) and ant-built test jars - added incomplete test-all-at-once (currently runs each from its module directory) --- tests/junitModules.xml | 119 ++++++++++++++++++++++++++++++++++------- 1 file changed, 99 insertions(+), 20 deletions(-) diff --git a/tests/junitModules.xml b/tests/junitModules.xml index 81164087c..32725de28 100644 --- a/tests/junitModules.xml +++ b/tests/junitModules.xml @@ -12,15 +12,17 @@ aspectjrt.path path to release version of runtime - test.classpath use jar.classpath or bin.classpath + test.classpath use "jar.classpath" or "bin.classpath" (default is bin if available) - Using jar.classpath requires building all modules - *with* testing code, as follows: - cd build - ant clean - ant -Dtrim.testing.default=false build-testing-drivers - ant -Dtrim.testing.default=false aspectjrt - ant -Dtrim.testing.default=false any-module -Dmodule.name=ajbrowser + + Both require module tests be built with the modules. + + bin.classpath: use eclipse bin/ directories + + jar.classpath: use build.xml jar files: + cd build + ant clean + ant -Dtrim.testing.default=false build-testing-jars @@ -41,14 +43,13 @@ - - + @@ -111,7 +112,7 @@ + description="run jdepend - untested"> @@ -136,40 +137,110 @@ location="${junitModules.output.dir}/html/index.html"/> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + - + + - - - @@ -177,18 +248,23 @@ + + + + + @@ -224,8 +300,11 @@ - + -- 2.39.5