diff options
author | Michael Goulish <mgoulish@apache.org> | 2011-03-09 14:10:45 +0000 |
---|---|---|
committer | Michael Goulish <mgoulish@apache.org> | 2011-03-09 14:10:45 +0000 |
commit | 241d1e8f1abafa2ac18656be8db698aeb3e6da83 (patch) | |
tree | 5b87ee13df7118911d954894066c433b72d9a9ea /cpp/src | |
parent | 8c5b875fb8fc7db4f57708ca32be15a684e31a4e (diff) | |
download | qpid-python-241d1e8f1abafa2ac18656be8db698aeb3e6da83.tar.gz |
QPID-1672
Add new cluster-based sasl_fed_ex tests to EXTRA-DIST
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1079808 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/sasl.mk | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/cpp/src/tests/sasl.mk b/cpp/src/tests/sasl.mk index 9947e8e27e..20eaa7c7a5 100644 --- a/cpp/src/tests/sasl.mk +++ b/cpp/src/tests/sasl.mk @@ -32,7 +32,18 @@ sasl_version_LDADD=$(lib_client) TESTS += run_cluster_authentication_test sasl_fed sasl_fed_ex_dynamic sasl_fed_ex_link sasl_fed_ex_queue sasl_fed_ex_route sasl_fed_ex_route_cluster sasl_fed_ex_link_cluster sasl_fed_ex_queue_cluster sasl_fed_ex_dynamic_cluster LONG_TESTS += run_cluster_authentication_soak -EXTRA_DIST += run_cluster_authentication_test sasl_fed sasl_fed_ex run_cluster_authentication_soak sasl_fed_ex_dynamic sasl_fed_ex_link sasl_fed_ex_queue sasl_fed_ex_route +EXTRA_DIST += run_cluster_authentication_test \ + sasl_fed \ + sasl_fed_ex \ + run_cluster_authentication_soak \ + sasl_fed_ex_dynamic \ + sasl_fed_ex_link \ + sasl_fed_ex_queue \ + sasl_fed_ex_route \ + sasl_fed_ex_dynamic_cluster \ + sasl_fed_ex_link_cluster \ + sasl_fed_ex_queue_cluster \ + sasl_fed_ex_route_cluster endif # HAVE_SASL |