Makefile: Add missing dependencies

This commit is contained in:
Alexander Neumann 2015-05-10 22:49:01 +02:00
parent fdac4655c6
commit be8064cd97
1 changed files with 2 additions and 2 deletions

View File

@ -43,11 +43,11 @@ gox: .gopath
cd $(BASEPATH) && \ cd $(BASEPATH) && \
gox -verbose -os "$(GOX_OS)" ./cmd/restic gox -verbose -os "$(GOX_OS)" ./cmd/restic
test-integration: test-integration: .gopath
cd $(BASEPATH)/backend && \ cd $(BASEPATH)/backend && \
go test $(GOTESTFLAGS) -test.sftppath $(SFTP_PATH) ./... go test $(GOTESTFLAGS) -test.sftppath $(SFTP_PATH) ./...
all.cov: all.cov: .gopath
cd $(BASEPATH) && \ cd $(BASEPATH) && \
go list ./... | \ go list ./... | \
while read pkg; do \ while read pkg; do \