Skip to content

Commit 0296bba

Browse files
theotherjimmyadbridge
authored andcommitted
Add GCC_ARM support to all fake test targets
1 parent cadab34 commit 0296bba

File tree

18 files changed

+22
-1
lines changed

18 files changed

+22
-1
lines changed

tools/test/config/app_override_libs/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"core": "Cortex-M0",
44
"extra_labels": [],
55
"features": [],
6-
"default_lib": "std"
6+
"default_lib": "std",
7+
"supported_toolchains": ["GCC_ARM"]
78
}
89
}

tools/test/config/compound_inheritance/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0",

tools/test/config/double_define/targets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"first_base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0",
@@ -10,6 +11,7 @@
1011
}
1112
},
1213
"second_base": {
14+
"supported_toolchains": ["GCC_ARM"],
1315
"extra_labels": [],
1416
"default_lib": "std",
1517
"core": "Cortex-M0",

tools/test/config/feature_compesition/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"core": "Cortex-M0",
45
"extra_labels": [],
56
"features": [],

tools/test/config/feature_recursive_add/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"core": "Cortex-M0",
45
"extra_labels": [],
56
"features": [],

tools/test/config/feature_recursive_complex/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"core": "Cortex-M0",
45
"extra_labels": [],
56
"features": [],

tools/test/config/feature_remove/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"core": "Cortex-M0",
45
"extra_labels": [],
56
"features": ["IPV4"],

tools/test/config/feature_uvisor/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"core": "Cortex-M0",
45
"extra_labels": [],
56
"features": [],

tools/test/config/macro_inheritance/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"core": "Cortex-M0",
45
"extra_labels": [],
56
"features": [],

tools/test/config/override_labels_libs/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0"

tools/test/config/override_labels_libs_more/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0"

tools/test/config/override_labels_targets/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0",

tools/test/config/override_precidence/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0",

tools/test/config/override_undefined/targets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"first_base_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0",
@@ -21,6 +22,7 @@
2122
}
2223
},
2324
"second_base_target": {
25+
"supported_toolchains": ["GCC_ARM"],
2426
"config": {
2527
"base2_1": "v_base2_1_b2",
2628
"base2_2": "v_base2_2_b2"

tools/test/config/override_undefined_libs/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0"

tools/test/config/override_with_labels/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0"

tools/test/config/simple_features/targets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"core": "Cortex-M0",
45
"extra_labels": [],
56
"features": [],

tools/test/config/simple_iheritance/targets.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"first_base": {
3+
"supported_toolchains": ["GCC_ARM"],
34
"extra_labels": [],
45
"default_lib": "std",
56
"core": "Cortex-M0",
@@ -21,6 +22,7 @@
2122
}
2223
},
2324
"second_base": {
25+
"supported_toolchains": ["GCC_ARM"],
2426
"config": {
2527
"base2_1": "v_base2_1_b2",
2628
"base2_2": "v_base2_2_b2"

0 commit comments

Comments
 (0)