From 4121746213075b785adf24eec17eb0bdf49199c3 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Thu, 19 Jul 2018 10:57:02 +0200 Subject: functionnal test: initial commit for tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Launch xds-server process and run test based on xds REST APIs. list of tests - version - config - folders(in progress) Change-Id: I4312c9ab067b2d6e157f8828c2fbe467ef187733 Signed-off-by: Clément Bénier --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 705b670..295650b 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) -- cgit 1.2.3-korg