summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/Makefile.am4
-rw-r--r--cpp/src/tests/sasl.mk5
2 files changed, 4 insertions, 5 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 241ee0fbb1..ca7b89abc7 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -346,8 +346,7 @@ EXTRA_DIST += \
run_test.ps1 \
start_broker.ps1 \
stop_broker.ps1 \
- topictest.ps1 \
- run_cluster_authentication_test
+ topictest.ps1
check_LTLIBRARIES += libdlclose_noop.la
libdlclose_noop_la_LDFLAGS = -module -rpath $(abs_builddir)
@@ -370,7 +369,6 @@ EXTRA_DIST+= \
run_failover_soak \
reliable_replication_test \
federated_cluster_test_with_node_failure \
- run_cluster_authentication_soak \
sasl_test_setup.sh
check-long:
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