add debug in makefile

This commit is contained in:
Peter Buchegger 2021-09-22 21:06:11 +01:00
parent 5c85d19c37
commit fa87ee505e

View file

@ -1,4 +1,4 @@
.PHONY: install test
.PHONY: install test debug
default: install test
@ -7,3 +7,6 @@ install:
test:
ESP_PORT=/dev/ttyUSB0 pytest tests -v
debug:
ESP_PORT=/dev/ttyUSB0 pytest tests -v --capture=tee-sys