zephyr/tests/net/lib/http_header_fields/prj.conf
Carles Cufi 4b8f1c04ab kconfig: Rename the ZTEST stack size option to align with the rest
All stack sizes should end with STACK_SIZE.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2022-02-22 08:23:05 -05:00

11 lines
277 B
Plaintext

CONFIG_NETWORKING=y
CONFIG_NET_TEST=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST_STACK_SIZE=1024
CONFIG_HTTP_PARSER=y
CONFIG_ZTEST=y
CONFIG_MAIN_STACK_SIZE=1280
# Enable strict parser by uncommenting the following line
# CONFIG_HTTP_PARSER_STRICT=y