X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=Makefile;h=976cb19050e75a5144c1fd3e3c156f579759a732;hb=3ffe6cadf;hp=7f3c4295e884d8df73eeeab6f7ce649db80a9e8c;hpb=6a3064fdf6883fa09b4325e6f011f0e8acad295e;p=vpp.git diff --git a/Makefile b/Makefile index 7f3c4295e88..976cb19050e 100644 --- a/Makefile +++ b/Makefile @@ -226,6 +226,7 @@ help: @echo " test-cov - generate code coverage report for test framework" @echo " test-wipe-cov - wipe code coverage report for test framework" @echo " test-checkstyle - check PEP8 compliance for test framework" + @echo " test-refresh-deps - refresh the Python dependencies for the tests" @echo "" @echo "Make Arguments:" @echo " V=[0|1] - set build verbosity level" @@ -445,7 +446,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) @@ -455,6 +456,9 @@ test-wipe-cov: test-checkstyle: @make -C test checkstyle +test-refresh-deps: + @make -C test refresh-deps + retest: $(call test,vpp,vpp,retest)