filter: Exclude failing drivers test at debug build

Some of tests/drivers/build_all/ test are failing link step only
when debug is enabled, these filters prevent those tests from being
executed under such configuration.

Jira: ZEP-1063

Change-Id: Ib2ff649794a1d73b133fbf998bbe8143a822c753
Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
This commit is contained in:
Genaro Saucedo Tejada 2016-10-13 12:39:03 -05:00 committed by Anas Nashif
commit af18a34a6a

View file

@ -6,11 +6,15 @@ tags = drivers footprint
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