From 715dbf7ca72aa2cf74a73af429df99bbb82f35c0 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 6 Feb 2009 14:09:10 +0000 Subject: QPID-1650 Mick Goulish: separte ClusterFixture from cluster_test.cpp for use by other tests. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@741568 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp/src/tests/cluster.mk') diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index d2ee3acf5d..995148fb54 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -33,8 +33,8 @@ TESTS+=ais_check EXTRA_DIST+=ais_check start_cluster stop_cluster restart_cluster cluster_python_tests cluster_python_tests_failing.txt check_PROGRAMS+=cluster_test -cluster_test_SOURCES=unit_test.cpp cluster_test.cpp -cluster_test_LDADD=$(lib_client) ../cluster.la -lboost_unit_test_framework +cluster_test_SOURCES=unit_test.cpp cluster_test.cpp ClusterFixture.cpp ClusterFixture.h +cluster_test_LDADD=$(lib_client) ../cluster.la -lboost_unit_test_framework unit_test_LDADD+=../cluster.la -- cgit v1.2.1