zephyr/tests/kernel/common/prj.conf
Anas Nashif a5bde70d3a tests: add ringbuffer api test and combine original test
We already have a test for ring buffers, this combines it with an API
test.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-29 23:19:17 -05:00

7 lines
120 B
Plaintext

CONFIG_ZTEST=y
CONFIG_PRINTK=y
CONFIG_SYS_LOG=y
CONFIG_ENTROPY_GENERATOR=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_POLL=y