summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Makefile')
-rw-r--r--tests/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 9a65cf3..da8992e 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -58,10 +58,14 @@ TARGETS= \
58 test_vsnprintf \ 58 test_vsnprintf \
59 test_vsprintf \ 59 test_vsprintf \
60 test_malloc \ 60 test_malloc \
61 test_recv \ 61 test_recv_static \
62 test_recvfrom \ 62 test_recv_dynamic \
63 test_send \ 63 test_recvfrom_static \
64 test_sendto \ 64 test_recvfrom_dynamic \
65 test_send_static \
66 test_send_dynamic \
67 test_sendto_static \
68 test_sendto_dynamic \
65 test_FD_CLR_negative \ 69 test_FD_CLR_negative \
66 test_FD_CLR_SETSIZE \ 70 test_FD_CLR_SETSIZE \
67 test_FD_SET_negative \ 71 test_FD_SET_negative \