aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--test/Makefile2
2 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 42325f1aced..d92e1e51b68 100644
--- a/Makefile
+++ b/Makefile
@@ -434,6 +434,7 @@ define test
VPP_BIN=$(BR)/install-$(1)-native/vpp/bin/vpp \
VPP_INSTALL_PATH=$(BR)/install-$(1)-native/ \
EXTENDED_TESTS=$(EXTENDED_TESTS) \
+ TEST_GCOV=$(TEST_GCOV) \
PYTHON=$(PYTHON) \
OS_ID=$(OS_ID) \
RND_SEED=$(RND_SEED) \
diff --git a/test/Makefile b/test/Makefile
index 27e750137ef..2eb2ef35716 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