mirror of https://github.com/ARMmbed/mbed-os.git
Re-add "fetaure_recursive_conflict" config test
parent
e635613b28
commit
74586ec2ab
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "lib2",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add": ["UVISOR"]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features": ["IPV4", "STORAGE"]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"K64F": {
|
||||
"exception_msg": "Configuration conflict. The feature UVISOR both added and removed."
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue