From cae7134a8c23b2ae3bb742b12789e5572aabf73d Mon Sep 17 00:00:00 2001 From: Klement Sekera Date: Thu, 22 Feb 2018 14:47:00 +0100 Subject: make test: build test/ext when doing coverage This makes VAPI/VOM tests part of code coverage report. Change-Id: I66511b0a59880c2a64daecd37088268bdf5e1269 Signed-off-by: Klement Sekera --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index a2a46d65d61..3bd8bd00a3b 100644 --- a/test/Makefile +++ b/test/Makefile @@ -172,7 +172,7 @@ doc: verify-python-path $(PIP_PATCH_DONE) wipe-doc: @make -C doc wipe BR=$(BR) -cov: wipe-cov reset verify-python-path $(PAPI_INSTALL_DONE) +cov: wipe-cov reset ext verify-python-path $(PAPI_INSTALL_DONE) @lcov --zerocounters --directory $(VPP_TEST_BUILD_DIR) @test -z "$(EXTERN_COV_DIR)" || lcov --zerocounters --directory $(EXTERN_COV_DIR) $(call retest-func) -- cgit 1.2.3-korg