Skip to content

Commit 7cb36e9

Browse files
committed
make: support unit-cover for a subpackage
1 parent 93a2f70 commit 7cb36e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

make/testing_flags.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ endif
2020
# subpackage.
2121
ifneq ($(pkg),)
2222
UNITPKG := $(PKG)/$(pkg)
23+
COVER_PKG := $(PKG)/$(pkg)
2324
UNIT_TARGETED = yes
2425
GOLIST = echo '$(PKG)/$(pkg)'
2526
endif

0 commit comments

Comments
 (0)