]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/process/test/bind_stdout.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / process / test / bind_stdout.cpp
index 8574e1b4d0840ea7a86c14eb21f942b79bee4a40..6798bea5d5dc49b29dec23e23d74195b0a4da5de 100644 (file)
@@ -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