summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile4
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