1 // Copyright Leandro Lucarella 2008 - 2010.
2 // Distributed under the Boost Software License, Version 1.0.
3 // (See accompanying file COPYING or copy at
4 // http://www.boost.org/LICENSE_1_0.txt)
8 #include "common.hpp" // test_address1, test_address2
9 #include <posixx/socket/unix.hpp> // posixx::socket::unix
10 #include <boost/test/unit_test.hpp> // unit testing stuff
11 #include "../../socket/generic_test_includes.hpp" // (for the generic test)
13 BOOST_AUTO_TEST_SUITE( socket_unix_dgram_suite )
16 #define TEST_NS ::posixx::socket::unix
18 #define TEST_PROTOCOL 0
19 #define TEST_HAVE_PAIR
20 #define TEST_CHECK_ADDR
21 #include "../generic_test.hpp"
23 BOOST_AUTO_TEST_SUITE_END()