X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2FMakefile;h=4d00898bfe24a4d4bf4f16f1d8aab137182b1fd3;hb=ef68bb57db90df98dd8e2bda8b7bc4dbfa85b89b;hp=27e750137eff5931b019873ef8be9327ce2f6e5f;hpb=1c95e12b0dd2b4902a289328e8e54fde6eed0623;p=vpp.git diff --git a/test/Makefile b/test/Makefile index 27e750137ef..4d00898bfe2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -200,7 +200,7 @@ ARG6=--step endif ARG7= -ifneq ($(findstring $(TESTS_GCOV),1 y yes),) +ifneq ($(findstring $(TEST_GCOV),1 y yes),) ARG7=--gcov endif @@ -342,6 +342,9 @@ cov-post: wipe-cov $(BUILD_COV_DIR) --output-file $(BUILD_COV_DIR)/extern-coverage.info @lcov --remove $(BUILD_COV_DIR)/coverage.info \ "/usr/include/*" "*/build-root/*" "/opt/*" "/usr/lib/*" \ + "*_test.*" "*vat*" "*rdma*" "*/vpp-api/client/*" "*/plugins/af_packet/*" \ + "*/plugins/af_xdp/*" "*/plugins/avf/*" "*/plugins/dma_intel/*" \ + "*/plugins/hs_apps/*" "*/plugins/vmxnet3/*" "*/vnet/devices/virtio/*" \ -o $(BUILD_COV_DIR)/coverage-filtered.info @genhtml $(BUILD_COV_DIR)/coverage-filtered.info \ --output-directory $(BUILD_COV_DIR)/html