]> git.llucax.com Git - software/posixx.git/blob - test/linux/tipc/dgram.cpp
Add Boost License
[software/posixx.git] / test / linux / tipc / 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( linux_tipc_dgram_suite )
13
14 #define TEST_DGRAM
15 #define TEST_NS ::posixx::linux::tipc
16 #define TEST_PF_TIPC
17 #define TEST_PROTOCOL 0
18 #include "../../socket/generic_test.hpp"
19
20 BOOST_AUTO_TEST_SUITE_END()
21