summaryrefslogtreecommitdiff
path: root/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
commit15b46f03555b31d22fd4e2b2204ace036474f8a6 (patch)
treeb3c2d7db201fea4ea2a915f4ac28f042a7b8c469 /bin
parentaf9b995ad11d3093d5db7e1be87c6c71b9588061 (diff)
downloadqpid-python-15b46f03555b31d22fd4e2b2204ace036474f8a6.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/qpid@1423688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rwxr-xr-xbin/release.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/release.sh b/bin/release.sh
index 9189cd3cf3..ca8f8b6c09 100755
--- a/bin/release.sh
+++ b/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/* \