aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorVladimir Lavor <vlavor@cisco.com>2019-04-04 14:36:34 +0200
committerVladimir Lavor <vlavor@cisco.com>2019-04-04 14:36:55 +0200
commite6cca4bfd215aba51d58bf0bb046c16c081e42a3 (patch)
tree5220878a595a7a15552bb1f55f969e3f13ab8d70 /Makefile
parent6fe52d72255456e7d73df9d2f6b4a8f724ed447d (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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e5ae92e..c4b742e 100644
--- a/Makefile
+++ b/Makefile
@@ -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"