You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@for miniotestspath in $(echo ${GOPATH} | sed 's/:/\n/g'); do if [ ! -d ${miniotestspath}/src/github.com/minio/minio-tests ]; then echo "Project not found in ${miniotestspath}, please follow instructions provided at https://github.com/minio/minio/blob/master/CONTRIBUTING.md#setup-your-minio-github-repository" && exit 1; fi done
verifiers: checkgopath
gomake-all: verifiers
@GO15VENDOREXPERIMENT=1 go build -o $(GOPATH)/bin/minio-tests github.com/minio/minio-tests/cmd/minio-tests
@GO15VENDOREXPERIMENT=1 go build -o $(GOPATH)/bin/run-minio github.com/minio/minio-tests/cmd/run-minio