From 878a9f57061ec6313dc8ad8ef4f1eb55e32665e7 Mon Sep 17 00:00:00 2001 From: Dave Wallace Date: Tue, 8 Aug 2023 15:25:21 -0400 Subject: tests: fix setting gcov flag for test-cov target Type: fix Change-Id: I3c663babe4f32f5d2870265336b5d272cc029ce7 Signed-off-by: Dave Wallace --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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 -- cgit 1.2.3-korg