]> git.llucax.com Git - software/posixx.git/blob - test/socket/unix/dgram.cpp
Add Boost License
[software/posixx.git] / test / socket / unix / dgram.cpp
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)
5
6
7
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)
12
13 BOOST_AUTO_TEST_SUITE( socket_unix_dgram_suite )
14
15 #define TEST_DGRAM
16 #define TEST_NS ::posixx::socket::unix
17 #define TEST_PF_UNIX
18 #define TEST_PROTOCOL 0
19 #define TEST_HAVE_PAIR
20 #define TEST_CHECK_ADDR
21 #include "../generic_test.hpp"
22
23 BOOST_AUTO_TEST_SUITE_END()
24