Skip to content

Commit c225f2c

Browse files
author
Jimmy Brisson
committed
Test that we don't exclude lib sources w/o requires
1 parent 0b64c9c commit c225f2c

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

tools/test/config/feature_recursive_add/FEATURE_BOOTLOADER/lib1/lib1.c

Whitespace-only changes.

tools/test/config/feature_recursive_add/FEATURE_STORAGE/lib2/lib2.c

Whitespace-only changes.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"test_target": {
3-
"expected_features": ["BOOTLOADER", "STORAGE"]
3+
"expected_features": ["BOOTLOADER", "STORAGE"],
4+
"included_source": ["FEATURE_BOOTLOADER/lib1/lib1.c", "FEATURE_STORAGE/lib2/lib2.c"]
45
}
56
}

0 commit comments

Comments
 (0)