Re-add "fetaure_recursive_conflict" config test

pull/8685/head
Brian Daniels 2018-11-08 14:13:53 -06:00
parent e635613b28
commit 74586ec2ab
4 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{
"name": "lib1",
"target_overrides": {
"*": {
"target.features_add": ["STORAGE"]
}
}
}

View File

@ -0,0 +1,8 @@
{
"name": "lib2",
"target_overrides": {
"*": {
"target.features_add": ["UVISOR"]
}
}
}

View File

@ -0,0 +1,7 @@
{
"target_overrides": {
"*": {
"target.features": ["IPV4", "STORAGE"]
}
}
}

View File

@ -0,0 +1,5 @@
{
"K64F": {
"exception_msg": "Configuration conflict. The feature UVISOR both added and removed."
}
}