zephyr/tests/drivers/build_all/testcase.ini

23 lines
563 B
INI
Raw Normal View History

[test_build_drivers]
build_only = true
tags = drivers footprint
[test_build_sensors]
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=sensors.conf
#Do not run for debug daily build
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
[test_build_sensor_triggers]
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=sensors_trigger.conf
#Do not run for debug daily build
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
[test_build_ethernet]
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=ethernet.conf