7 lines
79 B
Makefile
7 lines
79 B
Makefile
test:
|
|
@echo "Running tests..."
|
|
@idf.py fullclean build
|
|
pytest
|
|
|
|
.PHONE: test
|