|
|
@ -11,7 +11,7 @@ GOBIN = $(shell go env GOPATH)/bin
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
GOX = $(GOBIN)/gox
|
|
|
|
GOX = $(GOBIN)/gox
|
|
|
|
GOIMPORTS = $(GOBIN)/goimports
|
|
|
|
GOIMPORTS = $(GOBIN)/goimports
|
|
|
|
ARCH = $(shell uname -p)
|
|
|
|
ARCH = $(shell go env GOARCH)
|
|
|
|
|
|
|
|
|
|
|
|
ACCEPTANCE_DIR:=../acceptance-testing
|
|
|
|
ACCEPTANCE_DIR:=../acceptance-testing
|
|
|
|
# To specify the subset of acceptance tests to run. '.' means all tests
|
|
|
|
# To specify the subset of acceptance tests to run. '.' means all tests
|
|
|
|