make : tests can be called as "make tests base.en" (#1113)

pull/1136/head
Jose 2023-07-25 18:09:38 +02:00 committed by GitHub
parent fe5c1a7341
commit 1450346214
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))