This adds set of unit tests for simple network buffers. The suite is based of the test cases that are already defined for network buffers. Those test_net_buf_byte_order test case have been split to smaller tests testing one functionality at a time. Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_ASSERT=y
|
|
CONFIG_ASSERT_LEVEL=2
|
|
CONFIG_ASSERT_VERBOSE=y
|
|
CONFIG_ASSERT_ON_ERRORS=y
|
|
CONFIG_NET_BUF=y
|
|
#CONFIG_NET_BUF_LOG=y
|
|
#CONFIG_NET_BUF_LOG_LEVEL_DBG=y
|
|
#CONFIG_NET_BUF_SIMPLE_LOG=y
|