zephyr/tests/net/lib/http_header_fields/prj.conf
Niranjhana N 9f182e07b1 tests: http_header_fields: convert to ztest
- replaced test points with ztest APIs wherever possible
- added CONFIG_ZTEST_STACKSIZE=320

JIRA: ZEP-2249

Signed-off-by: Niranjhana N <niranjhana.n@intel.com>
2017-08-09 21:41:30 -04:00

10 lines
246 B
Plaintext

CONFIG_NETWORKING=y
CONFIG_NET_TEST=y
CONFIG_RANDOM_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST_STACKSIZE=320
CONFIG_HTTP_PARSER=y
CONFIG_ZTEST=y
# Enable strict parser by uncommenting the following line
# CONFIG_HTTP_PARSER_STRICT=y