Skip to content

Commit d2d8682

Browse files
committed
Ensure dependencies are built before test
Signed-off-by: Hidde Beydals <[email protected]>
1 parent 86c3648 commit d2d8682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ endif
2525
all: manager
2626

2727
# Run tests
28-
test:
28+
test: $(PKG_CONFIG_PATH)
2929
PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) \
3030
LD_LIBRARY_PATH=$(LD_LIBRARY_PATH) \
3131
go test --tags $(GO_TAGS) ./... -coverprofile cover.out

0 commit comments

Comments
 (0)