commit | 878a9f57061ec6313dc8ad8ef4f1eb55e32665e7 | [log] [tgz] |
---|---|---|
author | Dave Wallace <dwallacelf@gmail.com> | Tue Aug 08 15:25:21 2023 -0400 |
committer | Florin Coras <florin.coras@gmail.com> | Tue Aug 08 21:22:54 2023 +0000 |
tree | 75c2d5bbf2e306ae0aad8da159379c2565c62bd6 | |
parent | 6631032791f842017c20ddf217e915c465ff809d [diff] [blame] |
tests: fix setting gcov flag for test-cov target Type: fix Change-Id: I3c663babe4f32f5d2870265336b5d272cc029ce7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
diff --git a/test/Makefile b/test/Makefile index 27e7501..2eb2ef3 100644 --- a/test/Makefile +++ b/test/Makefile
@@ -200,7 +200,7 @@ endif ARG7= -ifneq ($(findstring $(TESTS_GCOV),1 y yes),) +ifneq ($(findstring $(TEST_GCOV),1 y yes),) ARG7=--gcov endif