diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-07-19 10:57:02 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-08-21 11:08:35 +0200 |
commit | 4121746213075b785adf24eec17eb0bdf49199c3 (patch) | |
tree | dacdff2a407353b5c8434ab8f09d53616a208cff /Makefile | |
parent | 3c40079d8360c15f0ce52a6c11a2bc2555177463 (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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |