mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-24 15:14:06 +00:00
Introduce LWIP_TESTMODE #define to be able to make functions/variables public etc. for implementing unit tests
This commit is contained in:
parent
b16f5f0e19
commit
40fecab313
@ -3217,6 +3217,13 @@
|
||||
* @}
|
||||
*/
|
||||
|
||||
/**
|
||||
* LWIP_TESTMODE: Changes to make unit test possible
|
||||
*/
|
||||
#if !defined LWIP_TESTMODE
|
||||
#define LWIP_TESTMODE 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
--------------------------------------------------
|
||||
---------- Performance tracking options ----------
|
||||
|
Loading…
Reference in New Issue
Block a user