make test: split into basic and extended tests
[vpp.git] / test / Makefile
index 52980b9..1bb3c6c 100644 (file)
@@ -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"