diff options
author | Vladimir Lavor <vlavor@cisco.com> | 2019-04-04 14:36:34 +0200 |
---|---|---|
committer | Vladimir Lavor <vlavor@cisco.com> | 2019-04-04 14:36:55 +0200 |
commit | e6cca4bfd215aba51d58bf0bb046c16c081e42a3 (patch) | |
tree | 5220878a595a7a15552bb1f55f969e3f13ab8d70 /Makefile | |
parent | 6fe52d72255456e7d73df9d2f6b4a8f724ed447d (diff) |
fix govpp, add more checks to makefile
Change-Id: Ie118b0c254e5d70e66d5cb4a5f6eb8fa852f0ed8
Signed-off-by: Vladimir Lavor <vlavor@cisco.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ examples: test: @echo "=> running tests" go test -cover ./cmd/... - go test -cover ./core ./api ./codec + go test -cover ./ ./adapter ./core ./api ./codec extras: @echo "=> building extras" |