aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-17 17:42:16 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-17 17:42:16 +0100
commit9fa9b6eabf0372538a88819c1f9ff26c30102aaa (patch)
tree07fdc23949e97cd168db4a7366307d690cce1789 /Makefile
parentd37519f54c903bc51377a261c070cb0e0987fbc5 (diff)
downloadorg-drill-9fa9b6eabf0372538a88819c1f9ff26c30102aaa.tar.gz
org-drill-9fa9b6eabf0372538a88819c1f9ff26c30102aaa.zip
Robot test all card types
Fix multiple missing session parameters.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b5da638..4d4e86e 100644
--- a/Makefile
+++ b/Makefile
@@ -39,4 +39,8 @@ basic-robot-test:
$(CASK) clean-elc
$(EMACS_ENV) ./robot/basic-run.sh
+all-card-robot-test:
+ $(CASK) clean-elc
+ $(EMACS_ENV) ./robot/all-card-run.sh
+
.PHONY: test