summaryrefslogtreecommitdiffstats
path: root/tests/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* swrap: introduce a socket_wrapper_noop.so and socket_wrapper.h to provide noo...Stefan Metzmacher2021-03-151-1/+2
* swrap: add basic support for fd-passing via SCM_RIGHTSStefan Metzmacher2021-02-021-4/+0
* tests: Add test for socket_wrapper fd-passing supportAnoop C S2021-02-021-1/+5
* gitlab-ci: Add job for ThreadSanitizerAndreas Schneider2021-01-291-0/+9
* cmake: Disable deep binding for helgrindAndreas Schneider2019-02-121-1/+1
* tests: Enable threaded test cases on FreeBSDAnoop C S2018-11-121-12/+0
* cmake: Set LINK_FLAGS for echo_srvAndreas Schneider2018-11-071-0/+5
* tests: Disable failing tests as on FreeBSDAndreas Schneider2018-11-061-0/+12
* cmake: Don't use string PREPENDAndreas Schneider2018-10-301-2/+2
* cmake: Update AddCMockaTestAndreas Schneider2018-10-231-42/+41
* cmake: Support running the tests with AddressSanitizerAndreas Schneider2018-10-231-1/+27
* cmake: Improve checks for compiler flagsAndreas Schneider2018-10-231-0/+14
* cmake: Suppress helgrind race condition warning we created on purposeAndreas Schneider2018-10-231-1/+1
* cmake: Create an error if helgrind finds a bugAndreas Schneider2018-10-231-1/+1
* cmake: Write helgrind logs to stderr so we can see themAndreas Schneider2018-10-231-2/+2
* cmake: Run threaded tests with helgrindAndreas Schneider2018-05-031-6/+35
* tests: Add test case to validate free-list indexesAnoop C S2018-05-021-1/+2
* tests: New threaded test casesAnoop C S2018-05-021-1/+5
* tests: Add new test to check mutex lock contentionMichael Adam2018-05-021-1/+2
* tests: Remove extra test by moving getsockname() to anotherAnoop C S2018-03-261-1/+0
* tests: Add a thread deadlock reproducerAndreas Schneider2017-12-041-1/+7
* tests: Add a simple fnctl() testAndreas Schneider2017-09-071-0/+1
* Avoid mutex lock wait in socket close failureAnoop C S2017-02-101-1/+2
* cmake: Link pthread library headersMichael Adam2016-10-201-1/+2
* tests: Add a test for max_socketsMichael Adam2016-10-201-1/+2
* swrap: Add test case to validate oldfd = newfd case in dup2()Anoop C S2016-08-231-0/+1
* tests: Add test for ephemeral port binding in listen()Andreas Schneider2015-11-041-0/+1
* tests: Add a unit test for wrap_sendmsg_filter_cmsghdr()Ralph Boehme2015-10-141-1/+2
* tests: Add tcp sendmsg/recvmsg testAndreas Schneider2015-08-111-0/+1
* tests: Fix type punning warnings.Andreas Schneider2014-09-011-0/+1
* Define _GNU_SOURCE on one place only.Jakub Hrozek2014-08-151-1/+0
* tests: Add tests for bind().Andreas Schneider2014-05-311-0/+1
* tests: Add test that getsockname is correct after socket().Andreas Schneider2014-05-311-0/+1
* tests: Add support to receive IP_PKTINFO in echo_srv.Andreas Schneider2014-05-221-0/+1
* tests: Add test to verify that the binded iface address is correct.Andreas Schneider2014-05-081-0/+1
* cmake: Use SOCKET_WRAPPER_LOCATION.Andreas Schneider2014-02-041-2/+2
* cmake: Only build test_sendmsg_recvmsg_fd if we have msg_control.Andreas Schneider2014-01-211-2/+5
* tests: Add sendmsg_recvmsg_fd test.Jakub Hrozek2014-01-201-1/+2
* tests: Add test_echo_udp_sendmsg_recvmsg.Andreas Schneider2014-01-201-1/+2
* tests: Add test_echo_tcp_socket_options().Andreas Schneider2013-12-231-0/+1
* tests: Add test_echo_tcp_connect test.Andreas Schneider2013-12-231-1/+7
* tests: Add test_echo_tcp_write_readvJakub Hrozek2013-12-201-1/+1
* tests: Add test_echo_tcp_write_read.Andreas Schneider2013-12-171-1/+1
* tests: Add test_echo_udp_send_recv test.Andreas Schneider2013-12-131-1/+1
* tests: Rename testsuite to test_ioctl.Andreas Schneider2013-12-121-1/+1
* cmake: Fix linking echo_srv on Solaris.Andreas Schneider2013-12-121-0/+1
* tests: Add a torture library with helpers.Andreas Schneider2013-12-101-2/+10
* tests: Add test_echo_udp_sendto_recvfrom.Andreas Schneider2013-12-101-13/+18
* cmake: Remove swrap env variables.Andreas Schneider2013-12-101-12/+0
* tests: Add a simple echo serverJakub Hrozek2013-12-101-0/+2