make test: add "EXTENDED_TESTS" to help output. 39/10939/2
authorDave Wallace <dwallacelf@gmail.com>
Fri, 2 Mar 2018 18:33:45 +0000 (13:33 -0500)
committerKeith Burns <alagalah@gmail.com>
Fri, 2 Mar 2018 19:22:10 +0000 (19:22 +0000)
Change-Id: I89540e93f3c8839bf6fc4363f4736e9c01d91927
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
test/Makefile

index b8826f6..9fb3da9 100644 (file)
@@ -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>        - 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"