mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6481076866
This test needs the pool size for limit objects set to 3 by default so it does not fail. As this is done with the 'app.config' file, we explicitly disable Kconfig by default.
4 lines
138 B
Plaintext
4 lines
138 B
Plaintext
# This test fails if the pool size is less than 3
|
|
CONFIG_KCONFIG_MODULE_GNRC_IPV6_EXT_FRAG=y
|
|
CONFIG_GNRC_IPV6_EXT_FRAG_LIMITS_POOL_SIZE=3
|