summaryrefslogtreecommitdiff
path: root/cpp/src/tests/sasl.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/sasl.mk')
-rw-r--r--cpp/src/tests/sasl.mk5
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