X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=48bf90756f779323a174c97fd407555a3f7d6766;hb=b742e43e486da4d5bd048f3504dcf0d3552235eb;hp=99fbb555d5329c6afcae9c265291ca50de81adf5;hpb=b7bc9102de461eb880d951f16bdd9ded74e43a4f;p=src%2Fxds%2Fxds-server.git diff --git a/Makefile b/Makefile index 99fbb55..48bf907 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ xds: scripts tools/syncthing/copytobin @cd $(ROOT_SRCDIR); $(BUILD_ENV_FLAGS) go build $(VERBOSE_$(V)) -i -o $(LOCAL_BINDIR)/$(TARGET)$(EXT) -ldflags "$(GO_LDFLAGS) -X main.AppVersion=$(VERSION) -X main.AppSubVersion=$(SUB_VERSION)" -gcflags "$(GO_GCFLAGS)" . test: tools/glide - go test --race $(shell $(LOCAL_TOOLSDIR)/glide novendor) + go test --race ./test -v vet: tools/glide go vet $(shell $(LOCAL_TOOLSDIR)/glide novendor)