zephyr/tests/bluetooth/init/testcase.ini
Javier B Perez fe5aa9f6ae test: bluetooth: disable test for STM32F103RB not enough RAM
Disabled bluetooth test for STM32F103RB SOC because there is not
enough RAM space for the test.

Change-Id: I9f097d9201ed659c4970b67f42c570331b92bad8
Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
2016-05-26 11:14:38 -05:00

136 lines
2.3 KiB
INI

[test_micro]
tags = bluetooth
build_only = true
[test_nano]
tags = bluetooth
build_only = true
extra_args = KERNEL_TYPE=nano
kernel = nano
[test_h5]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_h5.conf
[test_h5_dbg]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_h5_dbg.conf
[test_0]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_0.conf
[test_1]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_1.conf
[test_2]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_2.conf
[test_3]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_3.conf
[test_4]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_4.conf
[test_5]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_5.conf
[test_6]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_6.conf
[test_7]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_7.conf
[test_8]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_8.conf
[test_9]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_9.conf
[test_10]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_10.conf
[test_11]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_11.conf
[test_12]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_12.conf
[test_13]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_13.conf
[test_14]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_14.conf
[test_15]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_15.conf
[test_16]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_16.conf
[test_17]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_17.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB
[test_18]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_18.conf
[test_19]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_19.conf
[test_20]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_20.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB
[test_21]
tags = bluetooth
build_only = true
extra_args = CONF_FILE=prj_21.conf
# exclude STM32F103RB SoC, not enough RAM to run this test
filter = not CONFIG_SOC_STM32F103RB