swrap: fix possible memory leak between swrap_recvmsg_{before,after}_unix()
[socket_wrapper.git] / tests / README
1 In this directory you can find all socket_wrapper tests. All tests can also be
2 executed outside of the 'make test' environment and without socket_wrapper.
3
4 This can be done with:
5
6 TORTURE_SERVER_ADDRESS_IPV4="127.0.0.1" \
7 TORTURE_SERVER_ADDRESS_IPV6="::1" \
8 TORTURE_SERVER_PORT=7777 \
9 ./tests/test_echo_tcp_write_read