From 874c40f5bc16819f4ddd0eaa0fc19e9f344a6cc8 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Mon, 10 Jul 2023 23:20:32 +0200 Subject: Add tests for sys/socket.h --- tests/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/Makefile') diff --git a/tests/Makefile b/tests/Makefile index 6075ec8..5dc4390 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -58,6 +58,10 @@ TARGETS= \ test_vsnprintf \ test_vsprintf \ test_malloc \ + test_recv \ + test_recvfrom \ + test_send \ + test_sendto \ .SILENT: -- cgit v1.3