diff options
| author | jvoisin | 2023-11-01 21:55:04 +0100 |
|---|---|---|
| committer | jvoisin | 2023-11-01 21:55:04 +0100 |
| commit | cfdcaf72ca60db28ad8a7240a5a09e99151cab24 (patch) | |
| tree | 520b4c88018a0509759ad0bf00c0482bca70ab10 /tests/Makefile | |
| parent | 8439dc0d1b986e7652afd78c1462707f4bf90f8b (diff) | |
Add support for FD_ISSET
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 5f70069..a93e0e9 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -10,6 +10,8 @@ RUNTIME_TARGETS= \ | |||
| 10 | test_FD_CLR_negative \ | 10 | test_FD_CLR_negative \ |
| 11 | test_FD_SET_SETSIZE \ | 11 | test_FD_SET_SETSIZE \ |
| 12 | test_FD_SET_negative \ | 12 | test_FD_SET_negative \ |
| 13 | test_FD_ISSET_SETSIZE \ | ||
| 14 | test_FD_ISSET_negative \ | ||
| 13 | test_bcopy_dynamic_read \ | 15 | test_bcopy_dynamic_read \ |
| 14 | test_bcopy_dynamic_write \ | 16 | test_bcopy_dynamic_write \ |
| 15 | test_bcopy_static_read \ | 17 | test_bcopy_static_read \ |
