summaryrefslogtreecommitdiff
path: root/qpid/java/common.xml
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/java/common.xml')
-rw-r--r--qpid/java/common.xml16
1 files changed, 14 insertions, 2 deletions
diff --git a/qpid/java/common.xml b/qpid/java/common.xml
index 6bed2afbc9..8606a24edb 100644
--- a/qpid/java/common.xml
+++ b/qpid/java/common.xml
@@ -121,7 +121,7 @@
${build.bin}
- ant test [ -Dtest=<pattern> ] [ report ]
+ ant test [ -Dtest=<pattern> ] [-Dprofile=<profile>] [ report ]
Execute unit tests and place the output in the build results
directory:
@@ -152,7 +152,9 @@
default to running all available tests for the project or module
depending on the current working directory.
- Finally it can be useful to append the report target in order to
+ Test Reports
+
+ It can be useful to append the report target in order to
generate an html summary of the tests that were just run. The
following command will run both the MongooseTest and GooseTest
test cases and generate an html summary of the results:
@@ -162,6 +164,16 @@
See the documentation for the "ant report" target for more details
on the generated report.
+ Test Profiles
+
+ There are a number of profiles defined for running the test suite.
+ These test profiles define how the test should be run. If the test
+ profile is not specified then 'default.testprofile' is utilised.
+ This runs the system tests against the Java InVM broker. Additional
+ test profiles exists as follows:
+
+ cpp : Runs against the built cpp tree broker.
+
ant report
The report target will generate an html summary of the current