From e690d4d780491ee44d9f71a97a91f122fa79e362 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 23 Sep 2022 07:27:02 -0300 Subject: [PATCH] [Tests] Allow setting coverage and pytest from outside the Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 81506156..16930d78 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -PY_COV=python3-coverage -PYTEST=pytest-3 +PY_COV?=python3-coverage +PYTEST?=pytest-3 REFDIR=tests/reference/5_1_7/ REFILL=tests/board_samples/zone-refill.kicad_pcb CWD := $(abspath $(patsubst %/,%,$(dir $(abspath $(lastword $(MAKEFILE_LIST))))))