We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86c3648 commit d2d8682Copy full SHA for d2d8682
Makefile
@@ -25,7 +25,7 @@ endif
25
all: manager
26
27
# Run tests
28
-test:
+test: $(PKG_CONFIG_PATH)
29
PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) \
30
LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) \
31
go test --tags $(GO_TAGS) ./... -coverprofile cover.out
0 commit comments