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 | c9be5be54631781bbd7210c3cdabe95fe74f9dd0 (patch) | |
| tree | 5b87ee13df7118911d954894066c433b72d9a9ea /cpp/src | |
| parent | 50cbe34306d416ff8c98fb565f3a8bcccd6bb90f (diff) | |
| download | qpid-python-c9be5be54631781bbd7210c3cdabe95fe74f9dd0.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 |
