Makefile: ensure submodules are linted, covered, and tested

This commit is contained in:
Conner Fromknecht
2019-08-07 21:33:06 -07:00
parent c963fcbed8
commit 4dbe9379a9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
DEV_TAGS = dev
LOG_TAGS =
TEST_FLAGS =
COVER_PKG = $$(go list ./... | grep -v lnrpc)
COVER_PKG = $$(go list -deps ./... | grep '$(PKG)' | grep -v lnrpc)
# If specific package is being unit tested, construct the full name of the
# subpackage.