This commit adds new test cases for the pipe API rework. * basic.c: Sanity check for pipe operations. * concurrency.c: Test pipe operations with multiple threads. * stress.c: Test pipe operations under stress conditions. And moves the old pipe test cases to the deprecated folder. Signed-off-by: Måns Ansgariusson <Mansgariusson@gmail.com>
10 lines
179 B
Plaintext
10 lines
179 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTRESS=y
|
|
|
|
CONFIG_ZTEST_STACK_SIZE=4096
|
|
CONFIG_HEAP_MEM_POOL_SIZE=2048
|
|
CONFIG_MAIN_STACK_SIZE=4096
|
|
|
|
CONFIG_ENTROPY_GENERATOR=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|