aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-22 12:29:02 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-22 12:29:02 +0100
commit6533b732469dd4a8014e9e3ffb29625947d387ed (patch)
treee7aa415d9fbdbfeb5a51e476394ad60413a56bf0 /Makefile
parent9eb8d72776d95ab8977e5a73523101d816b03a78 (diff)
downloadorg-drill-6533b732469dd4a8014e9e3ffb29625947d387ed.tar.gz
org-drill-6533b732469dd4a8014e9e3ffb29625947d387ed.zip
Support changing small sleep on command line
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4befd46..6dfd2ef 100644
--- a/Makefile
+++ b/Makefile
@@ -43,15 +43,15 @@ clean-elc:
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
+ $(EMACS_ENV) ./robot/basic-run.sh $(SMALL)
leitner-robot-test: clean-elc
- $(EMACS_ENV) ./robot/leitner-run.sh
+ $(EMACS_ENV) ./robot/leitner-run.sh $(SMALL)
all-card-robot-test: clean-elc
- $(EMACS_ENV) ./robot/all-card-run.sh
+ $(EMACS_ENV) ./robot/all-card-run.sh $(SMALL)
spanish-robot-test: clean-elc
- $(EMACS_ENV) ./robot/spanish-run.sh
+ $(EMACS_ENV) ./robot/spanish-run.sh $(SMALL)
.PHONY: test