mirror of https://github.com/ARMmbed/mbed-os.git
[tools] Added test for removing features
parent
f3c0ea3664
commit
63f9b03e35
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "lib1",
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_remove": ["IPV4"]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"custom_targets": {
|
||||
"test_target": {
|
||||
"core": "Cortex-M0",
|
||||
"extra_labels": [],
|
||||
"features": ["IPV4"],
|
||||
"default_build": "standard"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# Testing when adding two features
|
||||
|
||||
expected_results = {
|
||||
"test_target": {
|
||||
"desc": "test removing features",
|
||||
"expected_features": []
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue