mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-06-07 18:26:41 +02:00
make : tests can be called as "make tests base.en" (#1113)
This commit is contained in:
parent
fe5c1a7341
commit
1450346214
2
Makefile
2
Makefile
@ -362,4 +362,4 @@ tiny.en tiny base.en base small.en small medium.en medium large-v1 large: main
|
|||||||
|
|
||||||
.PHONY: tests
|
.PHONY: tests
|
||||||
tests:
|
tests:
|
||||||
bash ./tests/run-tests.sh
|
bash ./tests/run-tests.sh $(word 2, $(MAKECMDGOALS))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user