summaryrefslogtreecommitdiff
path: root/qpid/bin
diff options
context:
space:
mode:
authorDarryl L. Pierce <mcpierce@apache.org>2012-12-18 21:57:38 +0000
committerDarryl L. Pierce <mcpierce@apache.org>2012-12-18 21:57:38 +0000
commitb6b885747c1494ad473d04d5538d73985b8182b1 (patch)
tree5347a9d21ccb4c072ed0eee0c8147c1c57e28105 /qpid/bin
parent268dc4cd877758f20ae5dcd6f3ea2f31fafb751d (diff)
downloadqpid-python-b6b885747c1494ad473d04d5538d73985b8182b1.tar.gz
QPID-4505: Provide Perl unit tests.
These tests ensure that the Perl language bindings are working as expected, and that changes to either the underlying C++ implementation or the Perl bindings themselves don't break those expectations. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1423688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/bin')
-rwxr-xr-xqpid/bin/release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/bin/release.sh b/qpid/bin/release.sh
index 9189cd3cf3..ca8f8b6c09 100755
--- a/qpid/bin/release.sh
+++ b/qpid/bin/release.sh
@@ -198,6 +198,7 @@ if [ "PERL" == "$PERL" ]; then
qpid-${VER}/cpp/bindings/qpid/perl/*pm \
qpid-${VER}/cpp/bindings/qpid/perl/LICENSE \
qpid-${VER}/cpp/bindings/qpid/perl/Makefile.PL \
+ qpid-${VER}/cpp/bindings/qpid/perl/t/*.t \
qpid-${VER}/perl-qpid-${VER}
mkdir qpid-${VER}/perl-qpid-${VER}/examples
cp qpid-${VER}/cpp/bindings/qpid/examples/perl/* \