From cfdcaf72ca60db28ad8a7240a5a09e99151cab24 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Wed, 1 Nov 2023 21:55:04 +0100 Subject: Add support for FD_ISSET --- tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 5f70069..a93e0e9 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -10,6 +10,8 @@ RUNTIME_TARGETS= \ test_FD_CLR_negative \ test_FD_SET_SETSIZE \ test_FD_SET_negative \ + test_FD_ISSET_SETSIZE \ + test_FD_ISSET_negative \ test_bcopy_dynamic_read \ test_bcopy_dynamic_write \ test_bcopy_static_read \ -- cgit v1.3