diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-06-30 16:35:41 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-06-30 16:35:41 +0000 |
| commit | 014bfd8e935b09f42440fd5427cdf9db25dfe865 (patch) | |
| tree | a3660e28575f828805e14194e47e90d50fdc8f60 /qpid/java/build.xml | |
| parent | ab51df174798f0a3f959a1a7bf3d3e484c9cfa01 (diff) | |
| download | qpid-python-014bfd8e935b09f42440fd5427cdf9db25dfe865.tar.gz | |
This commit is related to QPID-1161.
Please refer to the JIRA for complete details.
In Summary this contains a simple test kit comprising of perf and soak tests.
The focus is on producing a packaged set of tests that can be easily deployed on target environment.
For Quick perf report for a particular release, please run perf_report.sh which will show results for 8 common use cases in a tabular format.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@672810 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/build.xml')
| -rw-r--r-- | qpid/java/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/build.xml b/qpid/java/build.xml index edd25e8f7e..15844cac1a 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -24,7 +24,7 @@ <property name="modules.core" value="junit-toolkit common broker client"/> <property name="modules.examples" value="client/example"/> - <property name="modules.tests" value="systests perftests integrationtests"/> + <property name="modules.tests" value="systests perftests integrationtests testkit"/> <property name="modules.management" value="management/eclipse-plugin"/> <property name="modules.plugin" value="broker-plugins"/> |
