diff options
| author | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-17 23:11:59 +0100 |
|---|---|---|
| committer | Phillip Lord <phillip.lord@russet.org.uk> | 2019-06-17 23:11:59 +0100 |
| commit | 02b507b839205982f36e3b0ee455168ecda8cb51 (patch) | |
| tree | 5ff8250a67cdcef7318f86b291a0a698f44f7ec1 /Makefile | |
| parent | 01842209269e290676e38b764d23b408850cb747 (diff) | |
| download | org-drill-02b507b839205982f36e3b0ee455168ecda8cb51.tar.gz org-drill-02b507b839205982f36e3b0ee455168ecda8cb51.zip | |
Add leitner robot test and fix
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |
