cmake: Create an error if helgrind finds a bug
[socket_wrapper.git] / tests / CMakeLists.txt
2018-10-23 Andreas Schneidercmake: Create an error if helgrind finds a bug
2018-10-23 Andreas Schneidercmake: Write helgrind logs to stderr so we can see...
2018-05-03 Andreas Schneidercmake: Run threaded tests with helgrind
2018-05-02 Anoop C Stests: Add test case to validate free-list indexes
2018-05-02 Anoop C Stests: New threaded test cases
2018-05-02 Michael Adamtests: Add new test to check mutex lock contention
2018-03-26 Anoop C Stests: Remove extra test by moving getsockname() to...
2017-12-04 Andreas Schneidertests: Add a thread deadlock reproducer
2017-09-07 Andreas Schneidertests: Add a simple fnctl() test
2017-02-10 Anoop C SAvoid mutex lock wait in socket close failure
2016-10-20 Michael Adamcmake: Link pthread library headers
2016-10-20 Michael Adamtests: Add a test for max_sockets
2016-08-23 Anoop C Sswrap: Add test case to validate oldfd = newfd case...
2015-11-04 Andreas Schneidertests: Add test for ephemeral port binding in listen()
2015-10-14 Ralph Boehmetests: Add a unit test for wrap_sendmsg_filter_cmsghdr()
2015-08-11 Andreas Schneidertests: Add tcp sendmsg/recvmsg test
2014-09-01 Andreas Schneidertests: Fix type punning warnings.
2014-08-15 Jakub HrozekDefine _GNU_SOURCE on one place only.
2014-05-31 Andreas Schneidertests: Add tests for bind().
2014-05-31 Andreas Schneidertests: Add test that getsockname is correct after socket().
2014-05-22 Andreas Schneidertests: Add support to receive IP_PKTINFO in echo_srv.
2014-05-08 Andreas Schneidertests: Add test to verify that the binded iface address...
2014-02-04 Andreas Schneidercmake: Use SOCKET_WRAPPER_LOCATION.
2014-01-21 Andreas Schneidercmake: Only build test_sendmsg_recvmsg_fd if we have...
2014-01-20 Jakub Hrozektests: Add sendmsg_recvmsg_fd test.
2014-01-20 Andreas Schneidertests: Add test_echo_udp_sendmsg_recvmsg.
2013-12-23 Andreas Schneidertests: Add test_echo_tcp_socket_options().
2013-12-23 Andreas Schneidertests: Add test_echo_tcp_connect test.
2013-12-20 Jakub Hrozektests: Add test_echo_tcp_write_readv
2013-12-17 Andreas Schneidertests: Add test_echo_tcp_write_read.
2013-12-13 Andreas Schneidertests: Add test_echo_udp_send_recv test.
2013-12-12 Andreas Schneidertests: Rename testsuite to test_ioctl.
2013-12-12 Andreas Schneidercmake: Fix linking echo_srv on Solaris.
2013-12-10 Andreas Schneidertests: Add a torture library with helpers.
2013-12-10 Andreas Schneidertests: Add test_echo_udp_sendto_recvfrom.
2013-12-10 Andreas Schneidercmake: Remove swrap env variables.
2013-12-10 Jakub Hrozektests: Add a simple echo server
2013-11-14 Andreas Schneidercmake: Fix running tests on OSX.
2013-07-08 Andreas Schneidercmake: Link testsuite against socket libraries.
2013-07-01 Andreas Schneidercmake: Fix make test.
2013-06-30 Andreas Schneidercmake: Fix setting the environment variables.
2013-06-06 Andreas Schneidercmake: Rename options to UNIT_TESTING.
2013-06-04 Andreas Schneidertests: Get the testsuite working with 'make test'.
2013-05-28 Andreas Schneidertests: Add test as cmocka test.