tests: net: Enable NET_IPV4_HDR_OPTIONS in tests

Test case for IPv4 header options was added but
CONFIG_NET_IPV4_HDR_OPTIONS option was not enabled.

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@linux.intel.com>
This commit is contained in:
Ravi kumar Veeramally 2020-03-03 15:48:31 +02:00 committed by Johan Hedberg
commit cfd0f3e18d

View file

@ -13,3 +13,4 @@ CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_ZTEST=y
CONFIG_MAIN_STACK_SIZE=1280
CONFIG_NET_IPV4_HDR_OPTIONS=y