Add tests that verify that wildcards in resource path strings are matched correctly. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
17 lines
281 B
Plaintext
17 lines
281 B
Plaintext
CONFIG_ZTEST=y
|
|
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_ZTEST_STACK_SIZE=1024
|
|
|
|
CONFIG_HTTP_SERVER=y
|
|
CONFIG_EVENTFD=y
|
|
CONFIG_POSIX_API=y
|
|
|
|
# Networking config
|
|
CONFIG_NET_SOCKETS=y
|
|
|
|
CONFIG_HTTP_SERVER_RESOURCE_WILDCARD=y
|