From cd6cb986ed35db7e8bd2d702b595f2de065dc80f Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Thu, 11 May 2017 06:55:32 +0200 Subject: make test: support coverage for out-of-tree plugins Change-Id: Ibd7828b1e1c699630ff450122d8aa317b1c9da26 Signed-off-by: Klement Sekera --- test/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test') diff --git a/test/Makefile b/test/Makefile index da45fb83..d0d7d098 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" -- cgit 1.2.3-korg