Bluetooth: Init: Updated filiter options for test_20

Added filter options to avoid building for the Arduino_101
and Quark_se ARC core as there is not enough RAM to run this
test.

Change-Id: I0c1172714c9827e632648fcedc67555251f25769
Signed-off-by: Itankar, Piyush T <piyush.t.itankar@intel.com>
This commit is contained in:
Itankar, Piyush T 2016-09-15 13:53:17 +05:30
commit d17a803dc9

View file

@ -187,8 +187,11 @@ tags = bluetooth
build_only = true
kernel = micro
extra_args = CONF_FILE=prj_20.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG
# exclude STM32F103RB SoC and ARC core on ARDIONO_101 and QUARK_SE,
# not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB and not CONFIG_UART_ALTERA_JTAG and
not CONFIG_BOARD_QUARK_SE_SSS_DEVBOARD and
not CONFIG_BOARD_ARDUINO_101_SSS
[test_21]
tags = bluetooth