summaryrefslogtreecommitdiff
path: root/java/build.xml
diff options
context:
space:
mode:
authorRobert Gemmell <robbie@apache.org>2012-04-05 16:04:10 +0000
committerRobert Gemmell <robbie@apache.org>2012-04-05 16:04:10 +0000
commit8ff1b09454dcfe72833d9c8c98e7c0b98776d46f (patch)
tree92825c23cb80e0be80ee38b053e33b441ec76ab1 /java/build.xml
parent37ca4d90a45d04caeadee3154efe7764447fe47d (diff)
downloadqpid-python-8ff1b09454dcfe72833d9c8c98e7c0b98776d46f.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/qpid@1309918 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/build.xml')
-rw-r--r--java/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/build.xml b/java/build.xml
index 088ee8e0be..1de6c8f49c 100644
--- a/java/build.xml
+++ b/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=""/>