firmware/testing/Makefile
2019-05-21 10:07:51 -04:00

13 lines
115 B
Makefile

all:
pytest .
cont:
pytest . --ff
tags:
ctags --python-kinds=-i -f .tags *.py */*.py
.PHONY: all cont tags