2 #include "common.hpp" // test_address1, test_address2
3 #include <posixx/socket/unix.hpp> // posixx::socket::unix
4 #include <boost/test/unit_test.hpp> // unit testing stuff
5 #include "../../socket/generic_test_includes.hpp" // (for the generic test)
7 BOOST_AUTO_TEST_SUITE( socket_unix_dgram_suite )
10 #define TEST_NS ::posixx::socket::unix
12 #define TEST_PROTOCOL 0
13 #define TEST_HAVE_PAIR
14 #define TEST_CHECK_ADDR
15 #include "../generic_test.hpp"
17 BOOST_AUTO_TEST_SUITE_END()