summaryrefslogtreecommitdiff
path: root/tests/Makefile
diff options
context:
space:
mode:
authorjvoisin2023-07-10 23:20:32 +0200
committerjvoisin2023-07-10 23:20:32 +0200
commit874c40f5bc16819f4ddd0eaa0fc19e9f344a6cc8 (patch)
tree2280a8bf4eedfb520b5e70f071ebc673c674ae3b /tests/Makefile
parent106785b6bba515566637a028a602061fdef1e184 (diff)
Add tests for sys/socket.h
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 6075ec8..5dc4390 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -58,6 +58,10 @@ TARGETS= \
58 test_vsnprintf \ 58 test_vsnprintf \
59 test_vsprintf \ 59 test_vsprintf \
60 test_malloc \ 60 test_malloc \
61 test_recv \
62 test_recvfrom \
63 test_send \
64 test_sendto \
61 65
62.SILENT: 66.SILENT:
63 67