X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=3a92f1413b50ee8aa589a1dba4b68cfb02f9a4b6;hb=0bff37f74e2e4359b94a31a64a518cbf25ec1acd;hp=8a6d69c3a628a6e8421f05918b98d42b571c71e1;hpb=8adb92be294a10dbdb5cfd374420d74621c57b8f;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 8a6d69c3a62..3a92f1413b5 100644 --- a/test/Makefile +++ b/test/Makefile @@ -252,6 +252,11 @@ cov: wipe-cov reset ext verify-test-dir $(PAPI_INSTALL_DONE) wipe-cov: wipe @rm -rf $(BUILD_COV_DIR) +.PHONY: papi-wipe + +papi-wipe: + @rm -rf $(PAPI_INSTALL_DONE) + .PHONY: checkstyle checkstyle: verify-test-dir @virtualenv $(VENV_PATH) -p python3 @@ -275,6 +280,7 @@ help: @echo " test-all-debug - build and run (all) functional tests (debug build)" @echo " retest - run functional tests" @echo " retest-debug - run functional tests (debug build)" + @echo " papi-wipe - rebuild vpp_papi sources" @echo " test-wipe - wipe (temporary) files generated by unit tests" @echo " test-shell - enter shell with test environment" @echo " test-shell-debug - enter shell with test environment (debug build)"