diff options
| author | Alan Conway <aconway@apache.org> | 2012-02-23 20:17:34 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-02-23 20:17:34 +0000 |
| commit | 1b4a67ccc4b501b2b7872881609ee9f0d8c2e3eb (patch) | |
| tree | 0e06c76f9da1e93f260e03903d66ddd743b73303 /qpid/cpp/src/tests/Makefile.am | |
| parent | 9b7a339fad8ae24256c959eabd8bacfe862ba4b3 (diff) | |
| download | qpid-python-1b4a67ccc4b501b2b7872881609ee9f0d8c2e3eb.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@1292937 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 325019fb22..a7f3bc1fbd 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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) |
