diff options
author | Alan Conway <aconway@apache.org> | 2007-06-07 14:29:24 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-06-07 14:29:24 +0000 |
commit | 2bc2c756906232e5182cdf0de96840661688297b (patch) | |
tree | d8c2d4d2464714c442fd70d9780a8eb967a39403 /qpid/cpp/src/tests/unit/test_tools.h | |
parent | 3a00442a29d77282fe3fb4a810627deae319c796 (diff) | |
download | qpid-python-2bc2c756906232e5182cdf0de96840661688297b.tar.gz |
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
Diffstat (limited to 'qpid/cpp/src/tests/unit/test_tools.h')
-rw-r--r-- | qpid/cpp/src/tests/unit/test_tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/unit/test_tools.h b/qpid/cpp/src/tests/unit/test_tools.h index a941cf40eb..faa198af9a 100644 --- a/qpid/cpp/src/tests/unit/test_tools.h +++ b/qpid/cpp/src/tests/unit/test_tools.h @@ -19,7 +19,6 @@ * */ -#define BOOST_AUTO_TEST_MAIN // Must come before #include<boost/test/*> #include <boost/test/auto_unit_test.hpp> #include <boost/assign/list_of.hpp> #include <boost/regex.hpp> @@ -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*/ + |