summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_tcp_writev_readv.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-16/+16
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
* tests: Fix an out of bound access.Andreas Schneider2014-04-141-2/+4
| | | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jakub Hrozek <jhrozek@redhat.com> Reviewed-by: Simo Sorce <idra@samba.org>
* tests: writev/readv must have iovec > 0Jakub Hrozek2013-12-231-2/+2
| | | | writev/readv with iovec == 0 works on Linux, but that is not portable.
* tests: Add missing include for writev/readv.Andreas Schneider2013-12-211-0/+1
|
* tests: Add test_echo_tcp_write_readvJakub Hrozek2013-12-201-0/+176