summaryrefslogtreecommitdiffstats
path: root/tests/test_echo_tcp_connect.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix passing pointer of incompatible typeAndreas Schneider2015-08-171-1/+1
| | | | Signed-off-by: Andreas Schneider <asn@samba.org>
* tests: Migrate to new cmocka APIAndreas Schneider2015-08-111-6/+12
| | | | | 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 test_echo_tcp_connect test.Andreas Schneider2013-12-231-0/+95
This tests some corner cases we fixed in the past.