tests: filter out tinytile, it is the same as arduino 101
Change-Id: Ifef85247e6bdb4e6a1de8f5d0fc8cf3c935bd280 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ae15a26751
commit
7ac0fd7aed
3 changed files with 10 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
tags = legacy footprint
|
tags = legacy footprint
|
||||||
extra_args = TEST=min
|
extra_args = TEST=min
|
||||||
build_only = true
|
build_only = true
|
||||||
|
platform_exclude = tinytile
|
||||||
filter = not CONFIG_BOARD_GALILEO
|
filter = not CONFIG_BOARD_GALILEO
|
||||||
|
|
||||||
[footprint-reg]
|
[footprint-reg]
|
||||||
|
@ -9,6 +10,7 @@ tags = legacy footprint
|
||||||
extra_args = TEST=reg
|
extra_args = TEST=reg
|
||||||
build_only = true
|
build_only = true
|
||||||
arch_whitelist = x86
|
arch_whitelist = x86
|
||||||
|
platform_exclude = tinytile
|
||||||
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
|
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
|
||||||
|
|
||||||
[footprint-max]
|
[footprint-max]
|
||||||
|
@ -16,6 +18,7 @@ tags = legacy footprint
|
||||||
extra_args = TEST=max
|
extra_args = TEST=max
|
||||||
build_only = true
|
build_only = true
|
||||||
arch_whitelist = x86
|
arch_whitelist = x86
|
||||||
|
platform_exclude = tinytile
|
||||||
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
|
filter = ( CONFIG_SRAM_SIZE > 8 or CONFIG_DCCM_SIZE > 8 or CONFIG_RAM_SIZE > 8 )
|
||||||
|
|
||||||
[footprint-float]
|
[footprint-float]
|
||||||
|
@ -23,4 +26,5 @@ tags = legacy footprint
|
||||||
extra_args = TEST=float
|
extra_args = TEST=float
|
||||||
build_only = true
|
build_only = true
|
||||||
arch_whitelist = x86
|
arch_whitelist = x86
|
||||||
|
platform_exclude = tinytile
|
||||||
filter = not CONFIG_CPU_MINUTEIA
|
filter = not CONFIG_CPU_MINUTEIA
|
||||||
|
|
|
@ -1,16 +1,19 @@
|
||||||
[footprint-min]
|
[footprint-min]
|
||||||
tags = legacy footprint
|
tags = legacy footprint
|
||||||
extra_args = TEST=min
|
extra_args = TEST=min
|
||||||
|
platform_exclude = tinytile
|
||||||
build_only = true
|
build_only = true
|
||||||
|
|
||||||
[footprint-reg]
|
[footprint-reg]
|
||||||
tags = legacy footprint
|
tags = legacy footprint
|
||||||
extra_args = TEST=reg
|
extra_args = TEST=reg
|
||||||
|
platform_exclude = tinytile
|
||||||
build_only = true
|
build_only = true
|
||||||
|
|
||||||
[footprint-max]
|
[footprint-max]
|
||||||
tags = legacy footprint
|
tags = legacy footprint
|
||||||
extra_args = TEST=max
|
extra_args = TEST=max
|
||||||
|
platform_exclude = tinytile
|
||||||
build_only = true
|
build_only = true
|
||||||
|
|
||||||
[footprint-float]
|
[footprint-float]
|
||||||
|
@ -18,4 +21,5 @@ tags = legacy footprint
|
||||||
extra_args = TEST=float
|
extra_args = TEST=float
|
||||||
build_only = true
|
build_only = true
|
||||||
arch_whitelist = x86
|
arch_whitelist = x86
|
||||||
|
platform_exclude = tinytile
|
||||||
filter = not CONFIG_CPU_MINUTEIA
|
filter = not CONFIG_CPU_MINUTEIA
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
[test]
|
[test]
|
||||||
build_only = true
|
build_only = true
|
||||||
tags = samples power
|
tags = samples power
|
||||||
|
platform_exclude = tinytile
|
||||||
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
|
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS)
|
||||||
|
|
||||||
[test_socwatch]
|
[test_socwatch]
|
||||||
extra_args = CONF_FILE="prj_socwatch.conf"
|
extra_args = CONF_FILE="prj_socwatch.conf"
|
||||||
build_only = true
|
build_only = true
|
||||||
tags = samples power
|
tags = samples power
|
||||||
|
platform_exclude = tinytile
|
||||||
filter = CONFIG_SOC_QUARK_SE_C1000
|
filter = CONFIG_SOC_QUARK_SE_C1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue