2016-10-09 21:20:09 +08:00
|
|
|
[test_build_drivers]
|
|
|
|
build_only = true
|
|
|
|
tags = drivers footprint
|
|
|
|
|
|
|
|
[test_build_sensors]
|
|
|
|
build_only = true
|
|
|
|
tags = drivers footprint
|
|
|
|
extra_args = CONF_FILE=sensors.conf
|
2016-10-14 01:39:03 +08:00
|
|
|
#Do not run for debug daily build
|
|
|
|
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
|
2016-10-09 21:20:09 +08:00
|
|
|
|
|
|
|
[test_build_sensor_triggers]
|
|
|
|
build_only = true
|
|
|
|
tags = drivers footprint
|
|
|
|
extra_args = CONF_FILE=sensors_trigger.conf
|
2016-10-14 01:39:03 +08:00
|
|
|
#Do not run for debug daily build
|
|
|
|
filter = not (CONFIG_DEBUG and CONFIG_SOC_QUARK_D2000)
|
2016-10-11 17:40:44 +08:00
|
|
|
|
|
|
|
[test_build_ethernet]
|
|
|
|
build_only = true
|
|
|
|
tags = drivers footprint
|
|
|
|
extra_args = CONF_FILE=ethernet.conf
|