aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 859ecfe..4befd46 100644
--- a/Makefile
+++ b/Makefile
@@ -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