commit | 2c0ebda5efa4122d936629ff54584072491a9c10 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Mon May 06 16:55:47 2019 -0700 |
committer | Scott Baker <smbaker@gmail.com> | Thu May 09 12:00:25 2019 -0700 |
tree | 2915d5524d83af8cf4244e5861b8fb9e546e909b | |
parent | cd3e13e1057bcdafa08e6e2f9765b4a72e6ecf7d [diff] |
SEBA-580 cordctl CLI for XOS Change-Id: I807821a12d3d0fe4aee89791e2fe46e973da8eda
TODO: This readme will discuss cordctl
To run unit tests, go-junit-report
and gocover-obertura
tools must be installed. One way to do this is to install them with go get
, and then ensure your GOPATH
is part of your PATH
(editing your ~/.profile
as necessary).
go get -u github.com/jstemmer/go-junit-report go get -u github.com/t-yuki/gocover-cobertura