tests: fix setting gcov flag for test-cov target
[vpp.git] / test / Makefile
index 27e7501..2eb2ef3 100644 (file)
@@ -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