33 lines
1000 B
INI
33 lines
1000 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)) and ( CONFIG_SRAM_SIZE >= 32
|
|
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32 )
|
|
|
|
[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)) and ( CONFIG_SRAM_SIZE >= 32
|
|
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32 )
|
|
|
|
[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)) and ( CONFIG_SRAM_SIZE >= 32
|
|
or CONFIG_DCCM_SIZE >= 32 or CONFIG_RAM_SIZE >= 32 )
|
|
|
|
[test_build_ethernet]
|
|
build_only = true
|
|
tags = drivers footprint
|
|
extra_args = CONF_FILE=ethernet.conf
|