commit | 3815e0b2dcd63ebfe245dcc41022c64a898bd667 | [log] [tgz] |
---|---|---|
author | Roger Meier <roger@apache.org> | Sat Apr 04 16:26:30 2015 +0200 |
committer | Roger Meier <roger@apache.org> | Sat Apr 04 16:26:30 2015 +0200 |
tree | e25ecbe30f2a2477b0b6460281f0f0e773bd0bc7 | |
parent | 011445528fc779c27e8755c0af4ea5dff8c1005d [diff] [blame] |
THRIFT-1025 C++ ServerSocket should inherit from Socket with the necessary Ctor to listen on connections from a specific host (similar to perl library) add new test to CMakeLists.txt
diff --git a/lib/cpp/test/CMakeLists.txt b/lib/cpp/test/CMakeLists.txt index bb486df..a1c44c3 100644 --- a/lib/cpp/test/CMakeLists.txt +++ b/lib/cpp/test/CMakeLists.txt
@@ -70,6 +70,7 @@ Base64Test.cpp ToStringTest.cpp TypedefTest.cpp + TServerSocketTest.cpp ) if(NOT WITH_BOOSTTHREADS AND NOT WITH_STDTHREADS)