LoRa_APRS_iGate/testlib/Makefile
2021-09-22 21:06:11 +01:00

13 lines
205 B
Makefile

.PHONY: install test debug
default: install test
install:
pip3 install -r requirements.txt
test:
ESP_PORT=/dev/ttyUSB0 pytest tests -v
debug:
ESP_PORT=/dev/ttyUSB0 pytest tests -v --capture=tee-sys