From: Jose Date: Tue, 25 Jul 2023 16:09:38 +0000 (+0200) Subject: make : tests can be called as "make tests base.en" (#1113) X-Git-Tag: upstream/1.7.4~1375 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=1450346214d634274897b4e877e43c90d94eeebc;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp make : tests can be called as "make tests base.en" (#1113) --- diff --git a/Makefile b/Makefile index 89ff9727..2dd7cb78 100644 --- 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))