[Tests] Allow setting coverage and pytest from outside the Makefile

This commit is contained in:
Salvador E. Tropea 2022-09-23 07:27:02 -03:00
parent ef0562e92f
commit e690d4d780
1 changed files with 2 additions and 2 deletions

View File

@ -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))))))