zephyr/tests/drivers/uart/uart_basic_api/testcase.yaml
Anas Nashif cc24f4b03c tests: samples: convert testcase files to yaml
This will prepare test cases and samples with metadata and information
that will be consumed by the sanitycheck script which will be changed to
parse YAML files instead of ini.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-06-21 20:56:53 -04:00

14 lines
397 B
YAML

tests:
- test_uart:
arch_whitelist: x86
platform_whitelist: quark_se_c1000_devboard
arduino_101 quark_d2000_crb
tags: drivers
- test_uart_shell:
arch_whitelist: x86
build_only: true
extra_args: CONF_FILE=prj_shell.conf
platform_whitelist: quark_se_c1000_devboard
arduino_101 quark_d2000_crb
tags: drivers