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

This commit is contained in:
Jose
2023-07-25 18:09:38 +02:00
committed by GitHub
parent fe5c1a7341
commit 1450346214

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