X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libs%2Fasio%2Ftest%2Fposix%2Fdescriptor_base.cpp;h=5b493b5415ef5b7467cebf8510dbdef3951319eb;hb=08c1e93fa36a49f49325a07fe91ff92c964c2b6c;hp=1605d5b9be6c2780eea1117acdf7925995cfc695;hpb=bb4dd8289b351fae6b55e303f189127a394a1edd;p=platform%2Fupstream%2Fboost.git diff --git a/libs/asio/test/posix/descriptor_base.cpp b/libs/asio/test/posix/descriptor_base.cpp index 1605d5b..5b493b5 100644 --- a/libs/asio/test/posix/descriptor_base.cpp +++ b/libs/asio/test/posix/descriptor_base.cpp @@ -2,7 +2,7 @@ // descriptor_base.cpp // ~~~~~~~~~~~~~~~~~~~ // -// Copyright (c) 2003-2012 Christopher M. Kohlhoff (chris at kohlhoff dot com) +// Copyright (c) 2003-2014 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) @@ -18,9 +18,8 @@ #include "../unit_test.hpp" -test_suite* init_unit_test_suite(int, char*[]) -{ - test_suite* test = BOOST_TEST_SUITE("posix/descriptor_base"); - test->add(BOOST_TEST_CASE(&null_test)); - return test; -} +BOOST_ASIO_TEST_SUITE +( + "posix/descriptor_base", + BOOST_ASIO_TEST_CASE(null_test) +)