]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/asio/test/ssl/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / asio / test / ssl / Jamfile.v2
index 53c9fdc0ac480ffc159c7edc2ecd94cd3c6a79e7..67dd3aaec4eb642b870e6c555843aba96e3d9263 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2003-2016 Christopher M. Kohlhoff (chris at kohlhoff dot com)
+# Copyright (c) 2003-2017 Christopher M. Kohlhoff (chris at kohlhoff dot com)
 #
 # Distributed under the Boost Software License, Version 1.0. (See accompanying
 # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
@@ -54,20 +54,16 @@ project
   ;
 
 test-suite "asio-ssl" :
-  [ compile basic_context.cpp ]
-  [ compile basic_context.cpp : $(USE_SELECT) : basic_context_select ]
   [ compile context_base.cpp ]
   [ compile context_base.cpp : $(USE_SELECT) : context_base_select ]
-  [ compile context_service.cpp ]
-  [ compile context_service.cpp : $(USE_SELECT) : context_service_select ]
   [ compile context.cpp ]
   [ compile context.cpp : $(USE_SELECT) : context_select ]
+  [ compile error.cpp ]
+  [ compile error.cpp : $(USE_SELECT) : error_select ]
   [ compile rfc2818_verification.cpp ]
   [ compile rfc2818_verification.cpp : $(USE_SELECT) : rfc2818_verification_select ]
   [ compile stream_base.cpp ]
   [ compile stream_base.cpp : $(USE_SELECT) : stream_base_select ]
-  [ compile stream_service.cpp ]
-  [ compile stream_service.cpp : $(USE_SELECT) : stream_service_select ]
   [ compile stream.cpp ]
   [ compile stream.cpp : $(USE_SELECT) : stream_select ]
   ;