summaryrefslogtreecommitdiff
path: root/cpp/src/tests/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-02-06 14:09:10 +0000
committerAlan Conway <aconway@apache.org>2009-02-06 14:09:10 +0000
commit715dbf7ca72aa2cf74a73af429df99bbb82f35c0 (patch)
tree89f831fff7d779b6cb5ad93982f0c348627f7110 /cpp/src/tests/cluster.mk
parented6cc6accd54261397bd11cc11e00965cd4d0cc1 (diff)
downloadqpid-python-715dbf7ca72aa2cf74a73af429df99bbb82f35c0.tar.gz
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
Diffstat (limited to 'cpp/src/tests/cluster.mk')
-rw-r--r--cpp/src/tests/cluster.mk4
1 files changed, 2 insertions, 2 deletions
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