diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -40,7 +40,7 @@ docker-test: clean-elc: $(CASK) clean-elc -all-robot-test: basic-robot-test leitner-robot-test all-card-robot-test +all-robot-test: basic-robot-test leitner-robot-test all-card-robot-test spanish-robot-test basic-robot-test: clean-elc $(EMACS_ENV) ./robot/basic-run.sh @@ -51,4 +51,7 @@ leitner-robot-test: clean-elc all-card-robot-test: clean-elc $(EMACS_ENV) ./robot/all-card-run.sh +spanish-robot-test: clean-elc + $(EMACS_ENV) ./robot/spanish-run.sh + .PHONY: test |
