From: Neale Ranns Date: Thu, 27 Jun 2019 08:13:35 +0000 (+0000) Subject: build: remove japi-install from Makefile X-Git-Tag: v20.01-rc0~308 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F20380%2F2;p=vpp.git build: remove japi-install from Makefile Type: fix Change-Id: I63245280a0939d07f495b11005596ffdfe1d85c8 Signed-off-by: Neale Ranns --- diff --git a/Makefile b/Makefile index 7f3c4295e88..31fd8816c7a 100644 --- a/Makefile +++ b/Makefile @@ -445,7 +445,7 @@ test-wipe-doc: @make -C test wipe-doc test-cov: - @make -C $(BR) PLATFORM=vpp TAG=vpp_gcov vom-install japi-install + @make -C $(BR) PLATFORM=vpp TAG=vpp_gcov vom-install $(eval EXTENDED_TESTS=yes) $(call test,vpp,vpp_gcov,cov)