summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-02-23 20:17:34 +0000
committerAlan Conway <aconway@apache.org>2012-02-23 20:17:34 +0000
commit273d98edf63c1e737c4f23f7397dc3d74ad513f0 (patch)
tree024c8686969ff52ed74c55140ff4cc49d4445d31 /cpp/src/tests/Makefile.am
parente4c45f313a91f6392e69cf7503796309e5e07463 (diff)
downloadqpid-python-273d98edf63c1e737c4f23f7397dc3d74ad513f0.tar.gz
NO-JIRA: Fix broken distcheck - ha_tests.py not being skipped.
ha_tests.py depends on the python tools directory being available. Modified it to skip the test if it is not (e.g. when running make distcheck) git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1292937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 325019fb22..a7f3bc1fbd 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -351,7 +351,8 @@ EXTRA_DIST += \
topictest.ps1 \
run_queue_flow_limit_tests \
run_msg_group_tests \
- ipv6_test
+ ipv6_test \
+ ha_tests.py
check_LTLIBRARIES += libdlclose_noop.la
libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir)