summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-05-08 15:04:38 +0000
committerAlan Conway <aconway@apache.org>2012-05-08 15:04:38 +0000
commitdf7cc99c47c1917c736691a71c0b50eb08ebfa9f (patch)
treee02d37dd3a651580e1437b5f20bcdfaa6ae9cc9e /qpid/cpp/src/tests/CMakeLists.txt
parent088a5a4f546dab65a72574e7704dd08a302f008f (diff)
downloadqpid-python-df7cc99c47c1917c736691a71c0b50eb08ebfa9f.tar.gz
QPID-3603: Added SystemInfo::isLocalHost to check if a host name refers to the local host.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1335562 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/CMakeLists.txt')
-rw-r--r--qpid/cpp/src/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt
index 5979ce42ae..e9ad80080c 100644
--- a/qpid/cpp/src/tests/CMakeLists.txt
+++ b/qpid/cpp/src/tests/CMakeLists.txt
@@ -149,6 +149,7 @@ set(unit_tests_to_build
PollableCondition
Variant
ClientMessage
+ SystemInfo
${xml_tests}
CACHE STRING "Which unit tests to build"
)