From 50cd0cd44deb7b5c90e71eed1c9f3cf1666a70fe 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/qpid@545190 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/unit/test_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/tests/unit/test_tools.h') diff --git a/cpp/src/tests/unit/test_tools.h b/cpp/src/tests/unit/test_tools.h index a941cf40eb..faa198af9a 100644 --- a/cpp/src/tests/unit/test_tools.h +++ b/cpp/src/tests/unit/test_tools.h @@ -19,7 +19,6 @@ * */ -#define BOOST_AUTO_TEST_MAIN // Must come before #include #include #include #include @@ -51,3 +50,4 @@ inline bool regexPredicate(const std::string& re, const std::string& text) { BOOST_CHECK_PREDICATE(regexPredicate, (re)(text)) #endif /*!TEST_TOOLS_H*/ + -- cgit v1.2.1