Test that we don't exclude lib sources w/o requires

pull/9561/head
Jimmy Brisson 2019-01-16 11:17:49 -06:00
parent 0b64c9cbbf
commit c225f2c82d
3 changed files with 2 additions and 1 deletions

View File

@ -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"]
}
}