mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
Ensure that unit tests leave the stack in a clean state
This commit is contained in:
@@ -34,4 +34,9 @@ Suite* create_suite(const char* name, testfunc *tests, size_t num_tests, SFun se
|
||||
int lwip_unittests_run(void)
|
||||
#endif
|
||||
|
||||
/* helper functions */
|
||||
#define SKIP_POOL(x) (1 << x)
|
||||
#define SKIP_HEAP (1 << MEMP_MAX)
|
||||
void lwip_check_ensure_no_alloc(uint32_t skip);
|
||||
|
||||
#endif /* LWIP_HDR_LWIP_CHECK_H */
|
||||
|
||||
Reference in New Issue
Block a user