X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=Makefile;h=f7f7a9a9789b844d7fe86cea4dbe9e1aa37909db;hb=a70639fb60bfbe5899f580a48222b47f435ca1f8;hp=705b670a9c7ebe1fb50e8effb606a74074440bcf;hpb=bb34a059939273ef71fa067feff357a6278820e2;p=src%2Fxds%2Fxds-server.git diff --git a/Makefile b/Makefile index 705b670..f7f7a9a 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,11 @@ 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) +ifndef name + go test --race ./test -v +else + go test --race ./test -v -run $(name) +endif vet: tools/glide go vet $(shell $(LOCAL_TOOLSDIR)/glide novendor)