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>
8 lines
151 B
Plaintext
8 lines
151 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|
|
CONFIG_MP_MAX_NUM_CPUS=1
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|
|
CONFIG_PIPES=y
|