X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=3bd8bd00a3bc64a8f27c6240b98bc11f1d4cf364;hb=cae7134a8c23b2ae3bb742b12789e5572aabf73d;hp=a2a46d65d61a6791565cc64e427db384c453b310;hpb=aba98ded5f552ae03704836acfecbd9db8872fed;p=vpp.git diff --git a/test/Makefile b/test/Makefile index a2a46d65d61..3bd8bd00a3b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -172,7 +172,7 @@ doc: verify-python-path $(PIP_PATCH_DONE) wipe-doc: @make -C doc wipe BR=$(BR) -cov: wipe-cov reset verify-python-path $(PAPI_INSTALL_DONE) +cov: wipe-cov reset ext verify-python-path $(PAPI_INSTALL_DONE) @lcov --zerocounters --directory $(VPP_TEST_BUILD_DIR) @test -z "$(EXTERN_COV_DIR)" || lcov --zerocounters --directory $(EXTERN_COV_DIR) $(call retest-func)