mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-09-22 16:53:47 +08:00
unit: Enable DNS
Avoid allocating in dns_init by enabling random source port.
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
#if !LWIP_STATS || !MEM_STATS
|
||||
#error "This tests needs MEM-statistics enabled"
|
||||
#endif
|
||||
#if LWIP_DNS
|
||||
#error "This test needs DNS turned off (as it mallocs on init)"
|
||||
#endif
|
||||
|
||||
/* Setups/teardown functions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user