summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-15 19:39:22 +0000
committerAlan Conway <aconway@apache.org>2008-09-15 19:39:22 +0000
commite60518c80a7ee6e96719a365d84b777aee59df4f (patch)
treeba4d2cc340b6497265df9624fb0385241a03b463 /cpp/src/tests/cluster.mk
parent6099da5735246f255eb62be535a2f462c7d3bab9 (diff)
downloadqpid-python-e60518c80a7ee6e96719a365d84b777aee59df4f.tar.gz
Cluster member stalling, cluster map updates and unit tests.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@695593 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/cluster.mk')
-rw-r--r--cpp/src/tests/cluster.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk
index 40d1c0df3e..0fc95b3c7d 100644
--- a/cpp/src/tests/cluster.mk
+++ b/cpp/src/tests/cluster.mk
@@ -18,7 +18,7 @@ check_PROGRAMS+=cluster_test
cluster_test_SOURCES=unit_test.cpp cluster_test.cpp
cluster_test_LDADD=$(lib_client) $(lib_cluster) -lboost_unit_test_framework
-unit_test_SOURCES+=ClusterMapTest.cpp
unit_test_LDADD+=$(lib_cluster)
+unit_test_SOURCES+=ClusterMapTest.cpp DumpClientTest.cpp
endif