From 906b7f6d576b10a8f20d858e379595c9a94cabfc Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 10 Jul 2023 23:46:28 +0200 Subject: Add some dynamic tests for sys/socket.h --- tests/Makefile | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 9a65cf3..da8992e 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -58,10 +58,14 @@ TARGETS= \ test_vsnprintf \ test_vsprintf \ test_malloc \ - test_recv \ - test_recvfrom \ - test_send \ - test_sendto \ + test_recv_static \ + test_recv_dynamic \ + test_recvfrom_static \ + test_recvfrom_dynamic \ + test_send_static \ + test_send_dynamic \ + test_sendto_static \ + test_sendto_dynamic \ test_FD_CLR_negative \ test_FD_CLR_SETSIZE \ test_FD_SET_negative \ -- cgit v1.3