summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-16 16:28:14 +0000
committerAlan Conway <aconway@apache.org>2009-07-16 16:28:14 +0000
commit2263213d7dfa3aaba38360144f7b098fd0a96bee (patch)
treec5ae73ed7c26362b5eb9f1a5298bab74501056f9 /cpp/src/tests
parentb70e5a051527440f6a764d08a96adf908c5a8af0 (diff)
downloadqpid-python-2263213d7dfa3aaba38360144f7b098fd0a96bee.tar.gz
Update queue listeners in the correct order.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@794736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index 3700ab4b4b..9fda235481 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -132,7 +132,7 @@ libshlibtest_la_SOURCES = shlibtest.cpp
tmodule_LTLIBRARIES += test_store.la
test_store_la_SOURCES = test_store.cpp
-test_store_la_LIBADD = $(lib_broker) # FIXME aconway 2009-04-03: required?
+test_store_la_LIBADD = $(lib_broker)
test_store_la_LDFLAGS = -module
include cluster.mk
@@ -286,7 +286,8 @@ CLEANFILES+=valgrind.out *.log *.vglog* dummy_test $(unit_wrappers)
# Longer running stability tests, not run by default check: target.
# Not run under valgrind, too slow
-LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_perftest run_ring_queue_test run_failover_soak stop_broker \
+LONG_TESTS+=start_broker fanout_perftest shared_perftest multiq_perftest topic_perftest run_ring_queue_test stop_broker \
+ run_failover_soak \
federated_cluster_test_with_node_failure
# TODO: renable the temporarily disabled the failing reliable_replication_test when QPID-1984 is resolved.