]> git.djapps.eu Git - pkg/ggml/sources/whisper.cpp/commitdiff
make : tests can be called as "make tests base.en" (#1113)
authorJose <redacted>
Tue, 25 Jul 2023 16:09:38 +0000 (18:09 +0200)
committerGitHub <redacted>
Tue, 25 Jul 2023 16:09:38 +0000 (19:09 +0300)
Makefile

index 89ff97270e06fd92e099b45ebd6b5b4636ae8acf..2dd7cb788f82abb00d53fbcf71ad4dd76e554631 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -362,4 +362,4 @@ tiny.en tiny base.en base small.en small medium.en medium large-v1 large: main
 
 .PHONY: tests
 tests:
-       bash ./tests/run-tests.sh
+       bash ./tests/run-tests.sh $(word 2, $(MAKECMDGOALS))