Introduce LWIP_TESTMODE #define to be able to make functions/variables public etc. for implementing unit tests

This commit is contained in:
Dirk Ziegelmeier 2018-01-04 13:20:28 +01:00
parent b16f5f0e19
commit 40fecab313

View File

@ -3217,6 +3217,13 @@
* @} * @}
*/ */
/**
* LWIP_TESTMODE: Changes to make unit test possible
*/
#if !defined LWIP_TESTMODE
#define LWIP_TESTMODE 0
#endif
/* /*
-------------------------------------------------- --------------------------------------------------
---------- Performance tracking options ---------- ---------- Performance tracking options ----------