]> git.llucax.com Git - software/posixx.git/blob - test/socket/inet/dgram.cpp
Add Boost License
[software/posixx.git] / test / socket / inet / 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 (for the generic test)
9 #include <boost/test/unit_test.hpp> // unit testing stuff
10 #include "../../socket/generic_test_includes.hpp" // (for the generic test)
11
12 BOOST_AUTO_TEST_SUITE( socket_inet_dgram_suite )
13
14 #define TEST_DGRAM
15 #define TEST_NS ::posixx::socket::inet
16 #define TEST_PF_INET
17 #define TEST_PROTOCOL 0
18 #define TEST_CHECK_ADDR
19 #include "../generic_test.hpp"
20
21 BOOST_AUTO_TEST_SUITE_END()
22