Files
2024-05-17 12:03:16 +02:00

7 lines
79 B
Makefile

test:
@echo "Running tests..."
@idf.py fullclean build
pytest
.PHONE: test