Use of pipes is now configurable. All tests that use pipes must enable that feature. (Note: no sample projects currently use pipes.) Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
9 lines
170 B
Plaintext
9 lines
170 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_DYNAMIC_OBJECTS=y
|
|
CONFIG_MP_NUM_CPUS=1
|
|
CONFIG_ZTEST_FATAL_HOOK=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_PIPES=y
|