minor: macros should not end with underscore(s)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_MEM_H__
|
||||
#define LWIP_HDR_TEST_MEM_H__
|
||||
#ifndef LWIP_HDR_TEST_MEM_H
|
||||
#define LWIP_HDR_TEST_MEM_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_PBUF_H__
|
||||
#define LWIP_HDR_TEST_PBUF_H__
|
||||
#ifndef LWIP_HDR_TEST_PBUF_H
|
||||
#define LWIP_HDR_TEST_PBUF_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_DHCP_H__
|
||||
#define LWIP_HDR_TEST_DHCP_H__
|
||||
#ifndef LWIP_HDR_TEST_DHCP_H
|
||||
#define LWIP_HDR_TEST_DHCP_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_ETHARP_H__
|
||||
#define LWIP_HDR_TEST_ETHARP_H__
|
||||
#ifndef LWIP_HDR_TEST_ETHARP_H
|
||||
#define LWIP_HDR_TEST_ETHARP_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_LWIP_CHECK_H__
|
||||
#define LWIP_HDR_LWIP_CHECK_H__
|
||||
#ifndef LWIP_HDR_LWIP_CHECK_H
|
||||
#define LWIP_HDR_LWIP_CHECK_H
|
||||
|
||||
/* Common header file for lwIP unit tests using the check framework */
|
||||
|
||||
@@ -34,4 +34,4 @@ Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun se
|
||||
int lwip_unittests_run(void)
|
||||
#endif
|
||||
|
||||
#endif /* LWIP_HDR_LWIP_CHECK_H__ */
|
||||
#endif /* LWIP_HDR_LWIP_CHECK_H */
|
||||
|
||||
@@ -29,8 +29,8 @@
|
||||
* Author: Simon Goldschmidt
|
||||
*
|
||||
*/
|
||||
#ifndef LWIP_HDR_LWIPOPTS_H__
|
||||
#define LWIP_HDR_LWIPOPTS_H__
|
||||
#ifndef LWIP_HDR_LWIPOPTS_H
|
||||
#define LWIP_HDR_LWIPOPTS_H
|
||||
|
||||
/* Prevent having to link sys_arch.c (we don't test the API layers in unit tests) */
|
||||
#define NO_SYS 1
|
||||
@@ -54,4 +54,4 @@
|
||||
/* Minimal changes to opt.h required for etharp unit tests: */
|
||||
#define ETHARP_SUPPORT_STATIC_ENTRIES 1
|
||||
|
||||
#endif /* LWIP_HDR_LWIPOPTS_H__ */
|
||||
#endif /* LWIP_HDR_LWIPOPTS_H */
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TCP_HELPER_H__
|
||||
#define LWIP_HDR_TCP_HELPER_H__
|
||||
#ifndef LWIP_HDR_TCP_HELPER_H
|
||||
#define LWIP_HDR_TCP_HELPER_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
#include "lwip/arch.h"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_TCP_H__
|
||||
#define LWIP_HDR_TEST_TCP_H__
|
||||
#ifndef LWIP_HDR_TEST_TCP_H
|
||||
#define LWIP_HDR_TEST_TCP_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_TCP_OOS_H__
|
||||
#define LWIP_HDR_TEST_TCP_OOS_H__
|
||||
#ifndef LWIP_HDR_TEST_TCP_OOS_H
|
||||
#define LWIP_HDR_TEST_TCP_OOS_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#ifndef LWIP_HDR_TEST_UDP_H__
|
||||
#define LWIP_HDR_TEST_UDP_H__
|
||||
#ifndef LWIP_HDR_TEST_UDP_H
|
||||
#define LWIP_HDR_TEST_UDP_H
|
||||
|
||||
#include "../lwip_check.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user