diff options
| author | Robert Gemmell <robbie@apache.org> | 2012-04-05 16:04:10 +0000 |
|---|---|---|
| committer | Robert Gemmell <robbie@apache.org> | 2012-04-05 16:04:10 +0000 |
| commit | eb58a828676bf1fad33c317f86a909f18cadacbc (patch) | |
| tree | aef0634df4867e761ea65792d5e19eacbc029f49 /qpid/java/build.xml | |
| parent | 347ee6bc0e71ca79d729ccf53c134fbe01289621 (diff) | |
| download | qpid-python-eb58a828676bf1fad33c317f86a909f18cadacbc.tar.gz | |
QPID-3936: initial checkin of new testing framework, initially to be used for performance testing but later to be expanded for use with other testing scenarios.
Applied patch from Philip Harvey <phil@philharveyonline.com>, Oleksandr Rudyy <orudyy@gmail.com>, Andrew MacBean <andymacbean@gmail.com>, Keith Wall <kwall@apache.org>, and myself.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1309918 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 088ee8e0be..1de6c8f49c 100644 --- a/qpid/java/build.xml +++ b/qpid/java/build.xml @@ -28,7 +28,7 @@ <property name="modules.core" value="common management/common amqp-1-0-common broker client amqp-1-0-client amqp-1-0-client-jms tools"/> <property name="modules.examples" value="client/example management/example"/> - <property name="modules.tests" value="systests"/> + <property name="modules.tests" value="systests perftests"/> <property name="modules.management" value="${management}"/> <property name="modules.plugin" value="${broker-plugins} ${client-plugins}"/> <property name="modules.opt" value=""/> |
