From dddb6e07cc862c477724ed22e22c910674d4f0f7 Mon Sep 17 00:00:00 2001 From: Semir Sionek Date: Fri, 14 Mar 2025 06:44:21 -0400 Subject: [PATCH] hs-test: enable coverage file filtering correctly Type: fix Change-Id: Idb14eebb42d31ff3c6ad5cde30fdb2e53d47302b Signed-off-by: Semir Sionek --- Makefile | 2 +- test/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 1806b8824ae..a61a298b394 100644 --- a/Makefile +++ b/Makefile @@ -566,7 +566,7 @@ test-cov-hs: build-gcov .PHONY: test-cov-post-standalone test-cov-post-standalone: - $(MAKE) CC=$(CC) -C test cov-post VPP_BUILD_DIR=$(BR)/build-vpp_gcov-native/vpp + $(MAKE) CC=$(CC) -C test cov-post HS_TEST=$(HS_TEST) VPP_BUILD_DIR=$(BR)/build-vpp_gcov-native/vpp .PHONY: test-cov-both test-cov-both: diff --git a/test/Makefile b/test/Makefile index 17bf33d0884..0a1b770963a 100644 --- a/test/Makefile +++ b/test/Makefile @@ -388,7 +388,7 @@ COV_REM_TODO_NO_TEST="*/vpp-api/client/*" "*/plugins/prom/*" \ "*/vnet/ipsec/esp_format.c" "*/vnet/ethernet/sfp.c" \ "*/vnet/ethernet/ethernet_format_fns.h" \ "*/plugins/ikev2/ikev2_format.c" "*/vnet/bier/bier_types.c" -ifeq ($(HS-TEST),1) +ifeq ($(HS_TEST),1) COV_REM_HST_UNUSED_FEAT= "*/plugins/ping/*" "*/plugins/unittest/mpcap_node.c" "*/vnet/bfd/*" \ "*/vnet/bier/*" "*/vnet/bonding/*" "*/vnet/classify/*" \ "*/vnet/gso/*" "*/vnet/ipfix-export/*" "*/vnet/ipip/*" \ -- 2.16.6