Remove build_only and add harness type needed for the sample/test to allow running with sanitycheck and on devices once we have harness support. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
13 lines
245 B
YAML
13 lines
245 B
YAML
sample:
|
|
name: MPU Stack Guard
|
|
tests:
|
|
test:
|
|
tags: apps
|
|
harness: console
|
|
test_stack_guard:
|
|
arch_whitelist: arm
|
|
extra_args: CONF_FILE=prj_stack_guard.conf
|
|
filter: CONFIG_MPU_STACK_GUARD
|
|
tags: apps
|
|
harness: console
|