From 11abbd27472d032f0f272cd45206f5af855aafea Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Wed, 12 Jun 2019 22:28:38 +0100 Subject: Add robotized test --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3