1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00
voice_assistant/src/template/Makefile
2023-10-08 19:52:45 +03:00

10 lines
146 B
Makefile

include ../../common_makefile.mk
PROJECT_FOLDERS = bin lib tests
.PHONY: test
test:
@echo 'Running tests...'
@$(PYTHON) -m pytest tests/unit