aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2023-08-08 15:25:21 -0400
committerFlorin Coras <florin.coras@gmail.com>2023-08-08 21:22:54 +0000
commit878a9f57061ec6313dc8ad8ef4f1eb55e32665e7 (patch)
tree75c2d5bbf2e306ae0aad8da159379c2565c62bd6 /test
parent6631032791f842017c20ddf217e915c465ff809d (diff)
tests: fix setting gcov flag for test-cov target
Type: fix Change-Id: I3c663babe4f32f5d2870265336b5d272cc029ce7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
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