mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-08 14:42:30 +00:00
Add hardware dependencies and filters to make sure we do not explode if for example we try to build a sample/test using rtc when the platform does not support that. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
101 B
YAML
8 lines
101 B
YAML
sample:
|
|
name: IRC Bot
|
|
tests:
|
|
test:
|
|
harness: net
|
|
depends_on: netif gpio
|
|
tags: net irc
|