* Convert test suite declaration to `ZTEST_SUITE()` and test case declaration to `ZTEST()`. * add `CONFIG_ZTEST_NEW_API=y` to prj.conf Fixes #46793 Signed-off-by: Christopher Friedt <cfriedt@fb.com>
14 lines
213 B
Plaintext
14 lines
213 B
Plaintext
# Networking config
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_NET_SOCKETS=y
|
|
|
|
# Network driver config
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
|
|
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
|
|
CONFIG_EVENTFD=y
|
|
CONFIG_EVENTFD_MAX=1
|