diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-21 22:38:12 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-21 22:38:34 +0100 |
| commit | 8c36f488e28e4e89e8b570b848b7cea411046c39 (patch) | |
| tree | 7d333c9e93d30928b24acb712d0eee515d7fcd7e /Makefile | |
| parent | 4daff57b8105fafd61fb3d84d40616db0fc6f73f (diff) | |
| download | org-drill-8c36f488e28e4e89e8b570b848b7cea411046c39.tar.gz org-drill-8c36f488e28e4e89e8b570b848b7cea411046c39.zip | |
Spanish card fixes and full test set
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 |
