X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Fprocess%2Ftest%2Fbind_stdout.cpp;h=6798bea5d5dc49b29dec23e23d74195b0a4da5de;hb=92f5a8d42d07f9929ae4fa7e01342fe8d96808a8;hp=8574e1b4d0840ea7a86c14eb21f942b79bee4a40;hpb=a0324939f9d0e1905d5df8f57442f09dc70af83d;p=ceph.git diff --git a/ceph/src/boost/libs/process/test/bind_stdout.cpp b/ceph/src/boost/libs/process/test/bind_stdout.cpp index 8574e1b4d..6798bea5d 100644 --- a/ceph/src/boost/libs/process/test/bind_stdout.cpp +++ b/ceph/src/boost/libs/process/test/bind_stdout.cpp @@ -37,6 +37,9 @@ typedef boost::asio::windows::stream_handle pipe_end; typedef boost::asio::posix::stream_descriptor pipe_end; #endif +BOOST_AUTO_TEST_SUITE( bind_stdout ); + + namespace fs = boost::filesystem; namespace bp = boost::process; @@ -164,3 +167,5 @@ BOOST_AUTO_TEST_CASE(file_io, *boost::unit_test::timeout(2)) boost::filesystem::remove(pth); } + +BOOST_AUTO_TEST_SUITE_END(); \ No newline at end of file