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 (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)
12 BOOST_AUTO_TEST_SUITE( linux_tipc_dgram_suite )
15 #define TEST_NS ::posixx::linux::tipc
17 #define TEST_PROTOCOL 0
18 #include "../../socket/generic_test.hpp"
20 BOOST_AUTO_TEST_SUITE_END()