]> git.llucax.com Git - software/posixx.git/blob - test/socket/inet/dgram.cpp
Avoid valgrind error about send()ing uninitialized data
[software/posixx.git] / test / socket / inet / dgram.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( socket_inet_dgram_suite )
7
8 #define TEST_DGRAM
9 #define TEST_NS ::posixx::socket::inet
10 #define TEST_PF_INET
11 #define TEST_PROTOCOL 0
12 #define TEST_CHECK_ADDR
13 #include "../generic_test.hpp"
14
15 BOOST_AUTO_TEST_SUITE_END()
16