mirror of
https://github.com/lora-aprs/LoRa_APRS_iGate.git
synced 2025-12-06 07:42:00 +01:00
add debug in makefile
This commit is contained in:
parent
5c85d19c37
commit
fa87ee505e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue