Jose commited on
Commit
1f5c1b8
·
unverified ·
1 Parent(s): ddd76e1

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

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -362,4 +362,4 @@ tiny.en tiny base.en base small.en small medium.en medium large-v1 large: main
362
 
363
  .PHONY: tests
364
  tests:
365
- bash ./tests/run-tests.sh
 
362
 
363
  .PHONY: tests
364
  tests:
365
+ bash ./tests/run-tests.sh $(word 2, $(MAKECMDGOALS))