diff options
| author | Alan Conway <aconway@apache.org> | 2010-10-27 18:01:36 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-10-27 18:01:36 +0000 |
| commit | e92134c6caea2f23e37ee8d2e6fefe4a8c6b1b3f (patch) | |
| tree | 15dcebde3ac110a744770dcbcf559d2ef7400369 /qpid/cpp/src/tests/sasl.mk | |
| parent | f138d4ef996b28b475ccbcfcf1b3484f4a05d5f7 (diff) | |
| download | qpid-python-e92134c6caea2f23e37ee8d2e6fefe4a8c6b1b3f.tar.gz | |
Fix make distcheck error: added sasl_fed to EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1028056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/sasl.mk')
| -rw-r--r-- | qpid/cpp/src/tests/sasl.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/sasl.mk b/qpid/cpp/src/tests/sasl.mk index ae1666e891..24f8dfef35 100644 --- a/qpid/cpp/src/tests/sasl.mk +++ b/qpid/cpp/src/tests/sasl.mk @@ -25,8 +25,9 @@ cluster_authentication_soak_INCLUDES=$(PUBLIC_INCLUDES) cluster_authentication_soak_SOURCES=cluster_authentication_soak.cpp ForkedBroker.h ForkedBroker.cpp cluster_authentication_soak_LDADD=$(lib_client) $(lib_broker) -TESTS += run_cluster_authentication_test -TESTS += sasl_fed +TESTS += run_cluster_authentication_test sasl_fed LONG_TESTS += run_cluster_authentication_soak +EXTRA_DIST += run_cluster_authentication_test sasl_fed run_cluster_authentication_soak + endif # HAVE_SASL |
