aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2018-07-19 10:57:02 +0200
committerClément Bénier <clement.benier@iot.bzh>2018-07-20 15:56:30 +0200
commitb742e43e486da4d5bd048f3504dcf0d3552235eb (patch)
treeffad93886100b378544bb15e962230f5c991c0ef /Makefile
parentb7bc9102de461eb880d951f16bdd9ded74e43a4f (diff)
functionnal test: initial commit for tests
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 <clement.benier@iot.bzh>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)