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 | 1d2d19beb5c351d9aff84e9fecfcc5d9093da14c (patch) | |
| tree | e947b1c711db14b5416e9e94a89d174f6dcc7b77 /cpp/src/tests/sasl.mk | |
| parent | 326dddd0d0d48401d14ca93044b3fc0e35ad87d9 (diff) | |
| download | qpid-python-1d2d19beb5c351d9aff84e9fecfcc5d9093da14c.tar.gz | |
Fix make distcheck error: added sasl_fed to EXTRA_DIST.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028056 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/sasl.mk')
| -rw-r--r-- | cpp/src/tests/sasl.mk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/tests/sasl.mk b/cpp/src/tests/sasl.mk index ae1666e891..24f8dfef35 100644 --- a/cpp/src/tests/sasl.mk +++ b/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 |
