]> git.llucax.com Git - software/posixx.git/blob - test/socket/inet/stream.cpp
26b9af1d3c69a313c73db08f3d8d90818172324b
[software/posixx.git] / test / socket / inet / stream.cpp
1
2 #include "common.hpp" // test_address1, test_address2 (for the generic test)
3 #include <boost/test/unit_test.hpp> // unit testing stuff
4 #include "../../socket/generic_test_includes.hpp" // (for the generic test)
5
6 BOOST_AUTO_TEST_SUITE( socket_inet_stream_suite )
7
8 #define TEST_STREAM
9 #define TEST_NS ::posixx::socket::inet
10 #define TEST_PF_INET
11 #define TEST_PROTOCOL 0
12 #define TEST_CHECK_ADDR
13 #include "../generic_test.hpp"
14
15 BOOST_AUTO_TEST_SUITE_END()
16