zephyr/tests/drivers/ipm/prj.conf
Adithya Baglody 25572f3b85 tests: Dont run coverage for select test cases.
Disabled the CONFIG_COVERAGE for benchmarks and other tests.
This is needed because it interferes with normal behavior of the
test case.

Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-01-16 06:12:33 -05:00

10 lines
205 B
Plaintext

CONFIG_TEST=y
CONFIG_CONSOLE=y
# Required for this test
CONFIG_STDOUT_CONSOLE=n
CONFIG_IPM_CONSOLE_RECEIVER=y
CONFIG_IPM_CONSOLE_SENDER=y
CONFIG_IRQ_OFFLOAD=y
CONFIG_MAIN_STACK_SIZE=1024
CONFIG_COVERAGE=n