mirror of https://github.com/ARMmbed/mbed-os.git
9 lines
168 B
Python
9 lines
168 B
Python
|
# Testing when adding two features
|
||
|
|
||
|
expected_results = {
|
||
|
"K64F": {
|
||
|
"desc": "test composing features",
|
||
|
"expected_features": ["IPV4", "IPV6"]
|
||
|
}
|
||
|
}
|