diff options
| author | Michael Goulish <mgoulish@apache.org> | 2010-10-28 04:39:43 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2010-10-28 04:39:43 +0000 |
| commit | 0ee07d00231258d5bbf8a2102b84de5c91354c68 (patch) | |
| tree | c8f98ad37d671185bcc81f3a6e8c8e0b086147d5 /cpp/src/tests/sasl.mk | |
| parent | b533d8a6143e91ddded8c80816b1f908e0d171ab (diff) | |
| download | qpid-python-0ee07d00231258d5bbf8a2102b84de5c91354c68.tar.gz | |
Add a small executable that prints out the sasl version number in integer form.
Use it in the sasl_fed test to determine whether that test can run.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1028180 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, 5 insertions, 0 deletions
diff --git a/cpp/src/tests/sasl.mk b/cpp/src/tests/sasl.mk index 24f8dfef35..334a4b9c81 100644 --- a/cpp/src/tests/sasl.mk +++ b/cpp/src/tests/sasl.mk @@ -25,6 +25,11 @@ 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) +# Note: sasl_version is not a test -- it is a tool used by tests. +check_PROGRAMS+=sasl_version +sasl_version_SOURCES=sasl_version.cpp +sasl_version_LDADD=$(lib_client) + 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 |
