From be851b9eb42faa3c096737daaab0afcbc8c5087e Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Sat, 15 Jun 2019 22:10:03 +0100 Subject: Refactor robot testing --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ea827e6..b5da638 100644 --- a/Makefile +++ b/Makefile @@ -7,14 +7,14 @@ ifdef EMACS EMACS_ENV=EMACS=$(EMACS) endif -all: +all: robot-and-test install: $(EMACS_ENV) $(CASK) install test: install just-test -robot-and-test: robot-test just-test +robot-and-test: basic-robot-test just-test just-test: $(EMACS_ENV) $(CASK) emacs --batch -q \ @@ -35,8 +35,8 @@ docker-test: $(MAKE) test-git DOCKER_TAG=25.3 $(MAKE) test-cp DOCKER_TAG=25.3 -robot-test: +basic-robot-test: $(CASK) clean-elc - $(EMACS_ENV) ./robot/robot-test.sh + $(EMACS_ENV) ./robot/basic-run.sh .PHONY: test -- cgit v1.2.3