summaryrefslogtreecommitdiff
path: root/test/unit/api/test_sockets.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/api/test_sockets.h')
-rw-r--r--test/unit/api/test_sockets.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unit/api/test_sockets.h b/test/unit/api/test_sockets.h
new file mode 100644
index 00000000000..0abb7a3057a
--- /dev/null
+++ b/test/unit/api/test_sockets.h
@@ -0,0 +1,8 @@
+#ifndef LWIP_HDR_TEST_SOCKETS_H
+#define LWIP_HDR_TEST_SOCKETS_H
+
+#include "../lwip_check.h"
+
+Suite *sockets_suite(void);
+
+#endif