build: remove japi-install from Makefile 80/20380/2
authorNeale Ranns <nranns@cisco.com>
Thu, 27 Jun 2019 08:13:35 +0000 (08:13 +0000)
committerNeale Ranns <nranns@cisco.com>
Thu, 27 Jun 2019 09:30:47 +0000 (09:30 +0000)
Type: fix

Change-Id: I63245280a0939d07f495b11005596ffdfe1d85c8
Signed-off-by: Neale Ranns <nranns@cisco.com>
Makefile

index 7f3c429..31fd881 100644 (file)
--- 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)