summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_tcp_write_read.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Migrate to new cmocka APIAndreas Schneider2015-08-111-7/+17
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* tests: Fix type punning warnings.Andreas Schneider2014-09-011-15/+15
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* tests: Add an ifdef around static IPv6 only functionsJakub Hrozek2013-12-201-0/+2
| | | | | This would prevent an uninitialized function warning in case IPv6 was not available.
* tests: Use torture_server_(address|port).Andreas Schneider2013-12-201-4/+8
| | | | This makes it possible to run tests without socket_wrapper.
* tests: Add test_echo_tcp_write_read.Andreas Schneider2013-12-171-0/+140