unit tests: added test_netif (checking ext_callbacks only, for now)

This commit is contained in:
goldsimon
2018-01-12 22:27:15 +01:00
parent 452c6a5378
commit fa75ffed9d
5 changed files with 203 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#ifndef LWIP_HDR_TEST_NETIF_H
#define LWIP_HDR_TEST_NETIF_H
#include "../lwip_check.h"
Suite *netif_suite(void);
#endif