X-Git-Url: https://gerrit.fd.io/r/gitweb?p=govpp.git;a=blobdiff_plain;f=Makefile;h=c4b742e2c18f956424777916ffb7bbace531ae78;hp=e5ae92e6c585f6868f4a57fe327c6b01282ea1af;hb=e6cca4bfd215aba51d58bf0bb046c16c081e42a3;hpb=6fe52d72255456e7d73df9d2f6b4a8f724ed447d 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"