From 1450346214d634274897b4e877e43c90d94eeebc Mon Sep 17 00:00:00 2001 From: Jose <34888496+Jerry-Master@users.noreply.github.com> Date: Tue, 25 Jul 2023 18:09:38 +0200 Subject: [PATCH] make : tests can be called as "make tests base.en" (#1113) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))