summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* torture: Add torture_server_port().Andreas Schneider2013-12-202-0/+16
* torture: Add torture_server_address().Andreas Schneider2013-12-202-0/+30
* torture: Let the echo server listen on anyaddr.Andreas Schneider2013-12-202-9/+5
* echo_srv: Add missing includes.Andreas Schneider2013-12-201-7/+11
* torture: Set different default interface for client and server.Andreas Schneider2013-12-191-1/+7
* tests: Add test_echo_tcp_write_read.Andreas Schneider2013-12-172-1/+141
* torture: Add tcp function to setup echo server.Andreas Schneider2013-12-172-0/+17
* torture: Pass socket type to torture_setup_echo_srv_ip().Andreas Schneider2013-12-171-5/+21
* torture: Add torture_generate_random_buffer().Andreas Schneider2013-12-172-0/+14
* tests: Add test_echo_udp_send_recv test.Andreas Schneider2013-12-132-1/+145
* tests: Use inet_pton() instead of inet_aton().Andreas Schneider2013-12-131-1/+1
* tests: Rename testsuite to test_ioctl.Andreas Schneider2013-12-122-1/+1
* tests: Remove unused code.Andreas Schneider2013-12-121-32/+0
* tests: Remove FIONBIO cause it doesn't work on x86.Andreas Schneider2013-12-121-24/+19
* echo_srv: Fix a build warning.Andreas Schneider2013-12-121-1/+1
* cmake: Fix linking echo_srv on Solaris.Andreas Schneider2013-12-121-0/+1
* tests: use discard_const to get rid of a warning on SolarisJakub Hrozek2013-12-111-7/+15
* tests: Also check recvfrom() with NULL pointer.Andreas Schneider2013-12-111-8/+47
* tests: Check the returned ip from recvfrom.Andreas Schneider2013-12-112-14/+22
* tests: Fix passing uninitialized values.Andreas Schneider2013-12-111-2/+6
* tests: Add test_sendto_recvfrom_ipv6().Andreas Schneider2013-12-101-0/+58
* torture: Add torture_setup_echo_srv_udp_ipv6().Andreas Schneider2013-12-102-3/+15
* torture_teardown_echo_srvAndreas Schneider2013-12-101-4/+5
* tests: Use torture helpers in test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-101-121/+6
* tests: Add teardown functions to torture lib.Andreas Schneider2013-12-102-2/+72
* tests: Add a torture library with helpers.Andreas Schneider2013-12-103-4/+121
* tests: Fix the help output of the echo serverJakub Hrozek2013-12-101-2/+9
* tests: Add test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-103-13/+263
* cmake: Remove swrap env variables.Andreas Schneider2013-12-101-12/+0
* tests: Add a simple echo serverJakub Hrozek2013-12-102-0/+332
* tests: Fix test on Solaris.Andreas Schneider2013-11-201-0/+2
* tests: Add SIOCGPGRP test.Andreas Schneider2013-11-151-0/+8
* tests: Remove ioctl tty test it doesn't work in ctest.Andreas Schneider2013-11-151-17/+0
* tests: Make sure the struct is zeroed.Andreas Schneider2013-11-141-0/+2
* tests: Add a ioctl tty test.Andreas Schneider2013-11-141-2/+17
* cmake: Fix running tests on OSX.Andreas Schneider2013-11-141-0/+8
* tests: Add simple ioctl test.Andreas Schneider2013-11-141-0/+16
* tests: Fix a build warning.Andreas Schneider2013-07-101-1/+6
* tests: Add unistd.h for mkdtemp() on MacOSX.Andreas Schneider2013-07-091-0/+1
* cmake: Link testsuite against socket libraries.Andreas Schneider2013-07-081-1/+1
* tests: Use a rc variable.Andreas Schneider2013-07-011-3/+8
* test: Initialize the remove_cmd buffer.Andreas Schneider2013-07-011-1/+1
* cmake: Fix make test.Andreas Schneider2013-07-011-4/+17
* cmake: Fix setting the environment variables.Andreas Schneider2013-06-301-3/+1
* cmake: Rename options to UNIT_TESTING.Andreas Schneider2013-06-061-0/+2
* tests: Get the testsuite working with 'make test'.Andreas Schneider2013-06-041-0/+4
* tests: Add test as cmocka test.Andreas Schneider2013-05-282-66/+69
* Initial commit.Andreas Schneider2013-02-071-0/+105