]> git.llucax.com Git - software/posixx.git/blob - test/linux/tipc/stream.cpp
Initial import of the POSIX thin wrapper for C++
[software/posixx.git] / test / linux / tipc / stream.cpp
1
2 #include "common.hpp" // test_address1, test_address2 (for the generic test)
3 #include <boost/test/unit_test.hpp> // unit testing stuff
4 #include "../../socket/generic_test_includes.hpp" // (for the generic test)
5
6 BOOST_AUTO_TEST_SUITE( linux_tipc_stream_suite )
7
8 #define TEST_STREAM
9 #define TEST_NS ::posixx::linux::tipc
10 #define TEST_PF_TIPC
11 #define TEST_PROTOCOL 0
12 #include "../../socket/generic_test.hpp"
13
14 BOOST_AUTO_TEST_SUITE_END()
15