zephyr/tests/drivers/build_all/testcase.ini

30 lines
745 B
INI

[test_build_drivers]
build_only = true
tags = drivers footprint
[test_build_sensors_a_m]
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=sensors_a_m.conf
#Do not run for debug daily build
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT))
[test_build_sensors_n_z]
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=sensors_n_z.conf
#Do not run for debug daily build
filter = not ((CONFIG_DEBUG or CONFIG_ASSERT))
[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 or CONFIG_ASSERT))
[test_build_ethernet]
build_only = true
tags = drivers footprint
extra_args = CONF_FILE=ethernet.conf