summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/run_interlink_tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-03-14 19:36:26 +0000
committerGordon Sim <gsim@apache.org>2013-03-14 19:36:26 +0000
commit3c22a7e7a58c883cdb0575afb30c6658344d4e2b (patch)
tree0570d45f59f36063f9c44073d807e9f5ec4bfe1d /qpid/cpp/src/tests/run_interlink_tests
parent125e49d4df65142a89b69e7d367b34f01ea354a1 (diff)
downloadqpid-python-3c22a7e7a58c883cdb0575afb30c6658344d4e2b.tar.gz
QPID-4586: add ability to have qpidd establish outgoing connections
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1456621 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/run_interlink_tests')
-rwxr-xr-xqpid/cpp/src/tests/run_interlink_tests26
1 files changed, 26 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/run_interlink_tests b/qpid/cpp/src/tests/run_interlink_tests
new file mode 100755
index 0000000000..6c61bdd654
--- /dev/null
+++ b/qpid/cpp/src/tests/run_interlink_tests
@@ -0,0 +1,26 @@
+#!/bin/bash
+
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+test -e "$AMQP_LIB" || { echo "Skipping AMQP 1.0 based tests; AMQP 1.0 support not available."; exit 0; }
+
+srcdir=`dirname $0`
+$srcdir/interlink_tests.py
+