From 2bc2c756906232e5182cdf0de96840661688297b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 7 Jun 2007 14:29:24 +0000 Subject: Build support for clustering, initial CPG wrapper & tests. - src/qpid/cluster/Cpg.cpp: C++ wrapper for the openais CPG library. - src/tests/unit/Cpg.cpp: verify CPG functions in make check. - makefiles etc.: build cluster stuff only if openais is installed. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@545190 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/src/tests/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp/src/tests/README') diff --git a/qpid/cpp/src/tests/README b/qpid/cpp/src/tests/README index d0552a2ddd..2501ba1f21 100644 --- a/qpid/cpp/src/tests/README +++ b/qpid/cpp/src/tests/README @@ -57,7 +57,7 @@ They are listed in the TESTS make variable, which can be over-ridden. The ./start_broker "test" launches the broker, ./kill_broker" kills it. Tests in between assume the broker is running. -./run-python-tests: runs ../python/run_tests. This is the main set of +./python_tests: runs ../python/run_tests. This is the main set of system testss for the broker. Other C++ client test executables and scripts under client/test are -- cgit v1.2.1