X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=1bb3c6c28ae105ffc1aebecdde73e3f229dfb3f7;hb=871349371a62f1f20b159b6afead8e84f8a2322b;hp=52980b9e8b908846d462f3ced3351e66e3c45269;hpb=d96bad8ceb2ca0b798434619c5c5d1a199ec6382;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 52980b9e8b9..1bb3c6c28ae 100644 --- a/test/Makefile +++ b/test/Makefile @@ -119,8 +119,10 @@ checkstyle: verify-python-path help: @echo "Running tests:" @echo "" - @echo " test - build and run functional tests" - @echo " test-debug - build and run functional tests (debug build)" + @echo " test - build and run (basic) functional tests" + @echo " test-debug - build and run (basic) functional tests (debug build)" + @echo " test-all - build and run (all) functional tests" + @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 " test-wipe - wipe (temporary) files generated by unit tests"