diff options
Diffstat (limited to 'test/unit/ip4/test_ip4.h')
-rw-r--r-- | test/unit/ip4/test_ip4.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unit/ip4/test_ip4.h b/test/unit/ip4/test_ip4.h new file mode 100644 index 00000000000..df84a69f1a2 --- /dev/null +++ b/test/unit/ip4/test_ip4.h @@ -0,0 +1,8 @@ +#ifndef LWIP_HDR_TEST_IP4_H +#define LWIP_HDR_TEST_IP4_H + +#include "../lwip_check.h" + +Suite* ip4_suite(void); + +#endif |