Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit 6dd607b

Browse files
authored
Merge pull request #642 from robszewczyk/bug/coverageTargetFixup
Add a path fixup for DeviceManager headers
2 parents ccbf161 + 7fd138c commit 6dd607b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test-apps/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1672,6 +1672,7 @@ $(WEAVE_LIBS_COVERAGE_INFO): $(WEAVE_COVERAGE_INFO) | $(WEAVE_LIBS_COVERAGE_BUND
16721672
-e 's,include/Weave/Core/,lib/core/,g' \
16731673
-e 's,include/Weave/Profiles/,lib/profiles/,g' \
16741674
-e 's,include/Weave/Support/,lib/support/,g' \
1675+
-e 's,include/Weave/DeviceManager/,device-manager/,g' \
16751676
-e '/\/nlio/,/end_of_record/'d \
16761677
< $(@) \
16771678
> $(@).clean

0 commit comments

Comments
 (0)