diff options
| author | jvoisin | 2023-07-10 23:34:34 +0200 |
|---|---|---|
| committer | jvoisin | 2023-07-10 23:36:08 +0200 |
| commit | 875b469a6dd588702a4d84a9e8f3f4002a482021 (patch) | |
| tree | 6ac774df36336a88683fb81a8f95aa9f5dcff59d /tests/Makefile | |
| parent | 874c40f5bc16819f4ddd0eaa0fc19e9f344a6cc8 (diff) | |
Add tests for sys/socket
Diffstat (limited to 'tests/Makefile')
| -rw-r--r-- | tests/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index 5dc4390..9a65cf3 100644 --- a/tests/Makefile +++ b/tests/Makefile | |||
| @@ -62,6 +62,10 @@ TARGETS= \ | |||
| 62 | test_recvfrom \ | 62 | test_recvfrom \ |
| 63 | test_send \ | 63 | test_send \ |
| 64 | test_sendto \ | 64 | test_sendto \ |
| 65 | test_FD_CLR_negative \ | ||
| 66 | test_FD_CLR_SETSIZE \ | ||
| 67 | test_FD_SET_negative \ | ||
| 68 | test_FD_SET_SETSIZE \ | ||
| 65 | 69 | ||
| 66 | .SILENT: | 70 | .SILENT: |
| 67 | 71 | ||
