From eabcd5c760c8d3b3e8f6f45a29c19148560f91cd Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 26 Jun 2008 18:12:12 +0000 Subject: Consolidated cluster tests in cluster_test.cpp Improvements to BrokerFixture for testing. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@671969 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpp/src/tests/cluster.mk') diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index ba49a6774d..d2961f0954 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -11,10 +11,10 @@ lib_cluster = $(abs_builddir)/../libqpidcluster.la # ais_check checks conditions for AIS tests and runs if ok. TESTS+=ais_check -EXTRA_DIST+=ais_check start_cluster stop_cluster +EXTRA_DIST+=ais_check -check_PROGRAMS+=ais_test -ais_test_SOURCES=ais_test.cpp Cpg.cpp -ais_test_LDADD=$(lib_client) $(lib_cluster) -lboost_unit_test_framework +check_PROGRAMS+=cluster_test +cluster_test_SOURCES=unit_test.cpp cluster_test.cpp +cluster_test_LDADD=$(lib_client) $(lib_cluster) -lboost_unit_test_framework endif -- cgit v1.2.1