aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPhillip Lord <phillip.lord@russet.org.uk>2019-06-12 22:28:38 +0100
committerPhillip Lord <phillip.lord@russet.org.uk>2019-06-12 22:28:38 +0100
commit11abbd27472d032f0f272cd45206f5af855aafea (patch)
tree8e3c36139451ac8ce8ab5c6cc5872d55613c7485 /Makefile
parentc58cb90ff0cd6bd6dc3a338fd2a8bc7392c06fec (diff)
downloadorg-drill-11abbd27472d032f0f272cd45206f5af855aafea.tar.gz
org-drill-11abbd27472d032f0f272cd45206f5af855aafea.zip
Add robotized test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68a9ccf..345710f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,8 @@ install:
test: install just-test
+robot-and-test: robot-test just-test
+
just-test:
$(EMACS_ENV) $(CASK) emacs --batch -q \
--directory=. \
@@ -33,4 +35,7 @@ docker-test:
$(MAKE) test-git DOCKER_TAG=25.3
$(MAKE) test-cp DOCKER_TAG=25.3
+robot-test:
+ $(EMACS_ENV) ./robot/robot-test.sh
+
.PHONY: test