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