X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=9fb3da9a2dd1723893ccb2554f7e2e7878f66570;hb=05e4f9b3775b3549535e931042b5539de91a2daa;hp=b8826f6a88f4d123b2c9077984933ef8c3c7a71b;hpb=d7e4d75233efee0e71ea51a7442a11992a3f9047;p=vpp.git diff --git a/test/Makefile b/test/Makefile index b8826f6a88f..9fb3da9a2dd 100644 --- a/test/Makefile +++ b/test/Makefile @@ -232,6 +232,7 @@ help: @echo " same as above" @echo " STEP=[yes|no] - ease debugging by stepping through a testcase " @echo " SANITY=[yes|no] - perform sanity import of vpp-api/sanity vpp run before running tests (default: yes)" + @echo " EXTENDED_TESTS=[1|y] - run extended tests" @echo " TEST= - filter the set of tests:" @echo " by file-name - only run tests from specified file, e.g. TEST=test_bfd selects all tests from test_bfd.py" @echo " by file-suffix - same as file-name, but 'test_' is omitted e.g. TEST=bfd selects all tests from test_bfd.py"