Skip to content

Commit 1986591

Browse files
nordic-krchcarlescufi
authored andcommitted
tests: lib: spsc_pbuf: Add tests for zero copy API
Extend test suite to validate zero copy API. Add stress tests. Add support for cache in the test. Test is not emulating cache but ensures that buffer works correctly with cache enabled. Signed-off-by: Krzysztof Chruscinski <[email protected]>
1 parent 8c79ed2 commit 1986591

File tree

3 files changed

+448
-30
lines changed

3 files changed

+448
-30
lines changed

tests/lib/spsc_pbuf/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_ZTEST=y
22
CONFIG_ZTEST_NEW_API=y
3+
CONFIG_ZTRESS=y
34
CONFIG_SPSC_PBUF=y

0 commit comments

Comments
 (0)