diff options
-rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 5e5bfdec37..c37dd9454b 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -371,7 +371,8 @@ EXTRA_DIST+= \ run_failover_soak \ reliable_replication_test \ federated_cluster_test_with_node_failure \ - run_cluster_authentication_soak + run_cluster_authentication_soak \ + sasl_test_setup.sh check-long: $(MAKE) check TESTS="$(LONG_TESTS)" VALGRIND= |