aboutsummaryrefslogtreecommitdiff
path: root/tests/test_echo_udp_send_recv.c
AgeCommit message (Collapse)AuthorFilesLines
2015-08-11tests: Migrate to new cmocka APIAndreas Schneider1-7/+17
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2014-09-01tests: Fix type punning warnings.Andreas Schneider1-14/+14
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
2013-12-20tests: Add an ifdef around static IPv6 only functionsJakub Hrozek1-0/+2
This would prevent an uninitialized function warning in case IPv6 was not available.
2013-12-20tests: Use torture_server_(address|port).Andreas Schneider1-4/+8
This makes it possible to run tests without socket_wrapper.
2013-12-13tests: Add test_echo_udp_send_recv test.Andreas Schneider1-0/+144