mirror of https://github.com/coqui-ai/TTS.git
Add recipes to the makefile scope
This commit is contained in:
parent
ced4cfdbbf
commit
1ad5f3ae17
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@
|
||||||
help:
|
help:
|
||||||
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
|
||||||
|
|
||||||
target_dirs := tests TTS notebooks
|
target_dirs := tests TTS notebooks recipes
|
||||||
|
|
||||||
test_all: ## run tests and don't stop on an error.
|
test_all: ## run tests and don't stop on an error.
|
||||||
nosetests --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --with-id
|
nosetests --with-cov -cov --cover-erase --cover-package TTS tests --nologcapture --with-id
|
||||||
|
|
Loading…
Reference in New Issue