diff options
| author | Alan Conway <aconway@apache.org> | 2007-07-03 18:27:06 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-07-03 18:27:06 +0000 |
| commit | 55e6526bff23f11b4e2d6645e72488251914a501 (patch) | |
| tree | 3c15da3f0944a39596191939d23a3976ea60f661 /qpid/cpp/src/tests/cluster.mk | |
| parent | a7a3409349acfaa659e32ddc7e3cf015d03ae749 (diff) | |
| download | qpid-python-55e6526bff23f11b4e2d6645e72488251914a501.tar.gz | |
* src/tests/cluster_client.cpp: Cluster client test not yet included in test harness.
* src/tests/start_cluster,src/tests/stop_cluster: scripts to start/stop cluster of
processes on localhost.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@552941 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 33e1569d3c..7407565f62 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -29,4 +29,10 @@ check_PROGRAMS+=Cluster_child Cluster_child_SOURCES=Cluster_child.cpp Cluster.h Cluster_child_LDADD=$(lib_cluster) -lboost_test_exec_monitor +# TODO aconway 2007-07-03: In progress +#TESTS+=cluster_client +check_PROGRAMS+=cluster_client +cluster_client_SOURCES=cluster_client.cpp +cluster_client_LDADD=$(lib_client) -lboost_unit_test_framework + endif |
