Tests to target holes in adjacency and DPO test coverage
[vpp.git] / test / Makefile
index 25c8e0a..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"
@@ -147,6 +149,9 @@ help:
        @echo "                             TEST='*.*.test_add_bfd' selects all test functions named test_add_bfd from all files/classes"
        @echo ""
        @echo " VPP_ZOMBIE_NOCHECK=1 - skip checking for vpp (zombie) processes (CAUTION)"
+       @echo " COREDUMP_SIZE=<size> - pass <size> as unix { coredump-size <size> } argument to vpp"
+       @echo "                        e.g. COREDUMP_SIZE=4g"
+       @echo "                             COREDUMP_SIZE=unlimited"
        @echo ""
        @echo "Creating test documentation"
        @echo " test-doc            - generate documentation for test framework"