X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=d0d7d098451fd44df92ab0c2f1dbd7e1b1111801;hb=cd6cb986ed35db7e8bd2d702b595f2de065dc80f;hp=da45fb838ce95ef00ec3f1965e063f6444c2ac4a;hpb=460ba3d85951a42551864f0240335914a62639be;p=vpp.git diff --git a/test/Makefile b/test/Makefile index da45fb838ce..d0d7d098451 100644 --- a/test/Makefile +++ b/test/Makefile @@ -111,6 +111,7 @@ shell: verify-python-path $(PAPI_INSTALL_DONE) echo VPP_TEST_INSTALL_PATH=$(VPP_TEST_INSTALL_PATH);\ echo EXTERN_TESTS=$(EXTERN_TESTS);\ echo EXTERN_PLUGINS=$(EXTERN_PLUGINS);\ + echo EXTERN_COV_DIR=$(EXTERN_COV_DIR);\ echo LD_LIBRARY_PATH=$(LD_LIBRARY_PATH);\ echo '***';\ exec - path to out-of-tree test_.py files containing test cases" @echo " EXTERN_PLUGINS=- path to out-of-tree plugins to be loaded by vpp under test" + @echo " EXTERN_COV_DIR=- path to out-of-tree prefix, where source, object and .gcda files can be found for coverage report" @echo "" @echo "Creating test documentation" @echo " test-doc - generate documentation for test framework"