]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/process/test/bind_stderr.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / process / test / bind_stderr.cpp
index 5bf0df41e366a68b36981751d384a600f8a89718..6f0c11d16eeeaaa3a2efcb528b8447ca61ac54e3 100644 (file)
@@ -39,6 +39,7 @@ typedef boost::asio::posix::stream_descriptor pipe_end;
 
 namespace fs = boost::filesystem;
 namespace bp = boost::process;
+BOOST_AUTO_TEST_SUITE( bind_stderr );
 
 BOOST_AUTO_TEST_CASE(sync_io, *boost::unit_test::timeout(2))
 {
@@ -150,3 +151,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