forked from zephyrproject-rtos/zephyr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: filter out tinytile, it is the same as arduino 101
Change-Id: Ifef85247e6bdb4e6a1de8f5d0fc8cf3c935bd280 Signed-off-by: Anas Nashif <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,25 @@ | ||
[footprint-min] | ||
tags = legacy footprint | ||
extra_args = TEST=min | ||
platform_exclude = tinytile | ||
build_only = true | ||
|
||
[footprint-reg] | ||
tags = legacy footprint | ||
extra_args = TEST=reg | ||
platform_exclude = tinytile | ||
build_only = true | ||
|
||
[footprint-max] | ||
tags = legacy footprint | ||
extra_args = TEST=max | ||
platform_exclude = tinytile | ||
build_only = true | ||
|
||
[footprint-float] | ||
tags = legacy footprint | ||
extra_args = TEST=float | ||
build_only = true | ||
arch_whitelist = x86 | ||
platform_exclude = tinytile | ||
filter = not CONFIG_CPU_MINUTEIA |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
[test] | ||
build_only = true | ||
tags = samples power | ||
platform_exclude = tinytile | ||
filter = (CONFIG_SOC_QUARK_SE_C1000 or CONFIG_SOC_QUARK_SE_C1000_SS) | ||
|
||
[test_socwatch] | ||
extra_args = CONF_FILE="prj_socwatch.conf" | ||
build_only = true | ||
tags = samples power | ||
platform_exclude = tinytile | ||
filter = CONFIG_SOC_QUARK_SE_C1000 |