diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2023-08-08 15:25:21 -0400 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2023-08-08 21:22:54 +0000 |
commit | 878a9f57061ec6313dc8ad8ef4f1eb55e32665e7 (patch) | |
tree | 75c2d5bbf2e306ae0aad8da159379c2565c62bd6 /Makefile | |
parent | 6631032791f842017c20ddf217e915c465ff809d (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 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) \ |