diff options
author | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-10 17:50:41 +0000 |
---|---|---|
committer | Bhupendra Bhusman Bhardwaj <bhupendrab@apache.org> | 2007-01-10 17:50:41 +0000 |
commit | cead14d18c252574d9c297acdc8d07961ad073f1 (patch) | |
tree | a2a017693ae92314444aabb6f74e83a3bc6bd6a8 | |
parent | 1b13d0fee1a092baeb10ba5c2c90a25ee3e7ffb6 (diff) | |
download | qpid-python-cead14d18c252574d9c297acdc8d07961ad073f1.tar.gz |
QPID-277
adding perftests in distribution
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@494907 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | java/distribution/src/main/assembly/tests.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/distribution/src/main/assembly/tests.xml b/java/distribution/src/main/assembly/tests.xml index 0ea9676841..bde542fc92 100644 --- a/java/distribution/src/main/assembly/tests.xml +++ b/java/distribution/src/main/assembly/tests.xml @@ -48,6 +48,7 @@ <unpack>false</unpack> <includes> <include>org.apache.qpid:qpid-systests</include> + <include>org.apache.qpid:qpid-perftests</include> </includes> <scope>test</scope> </dependencySet> |