aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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