summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-07-10 23:46:28 +0200
committerjvoisin2023-07-10 23:46:28 +0200
commit906b7f6d576b10a8f20d858e379595c9a94cabfc (patch)
tree7e98c418bab79ca45f02d49f6d4707ee9aec763f /tests/Makefile
parent875b469a6dd588702a4d84a9e8f3f4002a482021 (diff)
Add some dynamic tests for sys/socket.h
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9a65cf3..da8992e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -58,10 +58,14 @@ TARGETS= \
58 test_vsnprintf \ 58 test_vsnprintf \
59 test_vsprintf \ 59 test_vsprintf \
60 test_malloc \ 60 test_malloc \
61 test_recv \ 61 test_recv_static \
62 test_recvfrom \ 62 test_recv_dynamic \
63 test_send \ 63 test_recvfrom_static \
64 test_sendto \ 64 test_recvfrom_dynamic \
65 test_send_static \
66 test_send_dynamic \
67 test_sendto_static \
68 test_sendto_dynamic \
65 test_FD_CLR_negative \ 69 test_FD_CLR_negative \
66 test_FD_CLR_SETSIZE \ 70 test_FD_CLR_SETSIZE \
67 test_FD_SET_negative \ 71 test_FD_SET_negative \