From 875b469a6dd588702a4d84a9e8f3f4002a482021 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 10 Jul 2023 23:34:34 +0200 Subject: Add tests for sys/socket --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 5dc4390..9a65cf3 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -62,6 +62,10 @@ TARGETS= \ test_recvfrom \ test_send \ test_sendto \ + test_FD_CLR_negative \ + test_FD_CLR_SETSIZE \ + test_FD_SET_negative \ + test_FD_SET_SETSIZE \ .SILENT: -- cgit v1.3