aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-21 22:38:12 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-21 22:38:34 +0100
commit8c36f488e28e4e89e8b570b848b7cea411046c39 (patch)
tree7d333c9e93d30928b24acb712d0eee515d7fcd7e /Makefile
parent4daff57b8105fafd61fb3d84d40616db0fc6f73f (diff)
downloadorg-drill-8c36f488e28e4e89e8b570b848b7cea411046c39.tar.gz
org-drill-8c36f488e28e4e89e8b570b848b7cea411046c39.zip
Spanish card fixes and full test set
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