mirror of https://github.com/ARMmbed/mbed-os.git
Test that we don't exclude lib sources w/o requires
parent
0b64c9cbbf
commit
c225f2c82d
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"test_target": {
|
||||
"expected_features": ["BOOTLOADER", "STORAGE"]
|
||||
"expected_features": ["BOOTLOADER", "STORAGE"],
|
||||
"included_source": ["FEATURE_BOOTLOADER/lib1/lib1.c", "FEATURE_STORAGE/lib2/lib2.c"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue