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