From 0d3aecbd765846e7bdfd45850bbfe413c85eb6e0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 12 Sep 2008 18:07:47 +0000 Subject: Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@694758 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/cluster.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'qpid/cpp/src/tests/cluster.mk') diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 3454beb9bc..40d1c0df3e 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -18,4 +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) + endif -- cgit v1.2.1