diff options
| author | Alan Conway <aconway@apache.org> | 2009-07-16 16:28:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-07-16 16:28:14 +0000 |
| commit | f12e89da3e2401c3db39b8ea50cf54db998b3a74 (patch) | |
| tree | cfeae9635bfe5a3af1442597945be5d55397a9e8 /qpid/cpp/src/tests/Makefile.am | |
| parent | 7962a7c6bdafb843f65263d2b3c0dcedaf8f6742 (diff) | |
| download | qpid-python-f12e89da3e2401c3db39b8ea50cf54db998b3a74.tar.gz | |
Update queue listeners in the correct order.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@794736 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 3700ab4b4b..9fda235481 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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. |
