X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=f271811df26a421af2531d63186fec2ff53616e0;hb=cc4a5e8089967f0c266e9c5ed319c38c111004cd;hp=298046dfa89cad3505ecc7da8efd8d2b4c9a1c18;hpb=a14c16674023bd6672ca49e3551c707702711050;p=vpp.git diff --git a/Makefile b/Makefile index 298046dfa89..f271811df26 100644 --- a/Makefile +++ b/Makefile @@ -382,7 +382,7 @@ test-all: $(call test,vpp,vpp,test) test-ext: - $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=vpp TAG=vpp_debug vom-install,) + $(if $(filter-out $(3),retest),make -C $(BR) PLATFORM=vpp TAG=vpp_debug vom-install japi-install,) $(eval EXTENDED_TESTS=yes) $(call test,vpp,vpp_debug,test-ext) @@ -533,6 +533,8 @@ verify: install-dep $(BR)/.deps.ok dpdk-install-dev @make -C build-root PLATFORM=vpp TAG=vpp sample-plugin-install $(call banner,"Building libmemif") @make -C build-root PLATFORM=vpp TAG=vpp libmemif-install + $(call banner,"Building JAPI") + @make -C build-root PLATFORM=vpp TAG=vpp japi-install $(call banner,"Building VOM") @make -C build-root PLATFORM=vpp TAG=vpp vom-install $(call banner,"Building $(PKG) packages")