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>
10 lines
205 B
Plaintext
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
|