diff options
author | Alan Conway <aconway@apache.org> | 2010-05-28 14:42:43 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-05-28 14:42:43 +0000 |
commit | 4d70d16aade0ee8fa0c1eb39407d35a14c35f7be (patch) | |
tree | bd8357862b05731f37184f340e7fdcb42424e81f /cpp/src | |
parent | 6688beedb1edece01fb706b78a55c76ed34a50bc (diff) | |
download | qpid-python-4d70d16aade0ee8fa0c1eb39407d35a14c35f7be.tar.gz |
Add missing sasl_test_setup.sh to EXTRA_DIST
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@949191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-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= |