#include #include BOOST_AUTO_TEST_SUITE(tcp_tests) BOOST_AUTO_TEST_CASE(tcpconstructor_test) { fc::tcp_socket socket; } BOOST_AUTO_TEST_SUITE_END()