aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-17 23:11:59 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-17 23:11:59 +0100
commit02b507b839205982f36e3b0ee455168ecda8cb51 (patch)
tree5ff8250a67cdcef7318f86b291a0a698f44f7ec1 /Makefile
parent01842209269e290676e38b764d23b408850cb747 (diff)
downloadorg-drill-02b507b839205982f36e3b0ee455168ecda8cb51.tar.gz
org-drill-02b507b839205982f36e3b0ee455168ecda8cb51.zip
Add leitner robot test and fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 9 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4d4e86e..11852b3 100644
--- a/Makefile
+++ b/Makefile
@@ -35,12 +35,18 @@ docker-test:
$(MAKE) test-git DOCKER_TAG=25.3
$(MAKE) test-cp DOCKER_TAG=25.3
-basic-robot-test:
+clean-elc:
$(CASK) clean-elc
+
+all-robot-test: basic-robot-test leitner-robot-test all-card-robot-test
+
+basic-robot-test: clean-elc
$(EMACS_ENV) ./robot/basic-run.sh
-all-card-robot-test:
- $(CASK) clean-elc
+leitner-robot-test: clean-elc
+ $(EMACS_ENV) ./robot/leitner-run.sh
+
+all-card-robot-test: clean-elc
$(EMACS_ENV) ./robot/all-card-run.sh
.PHONY: test