From 8c36f488e28e4e89e8b570b848b7cea411046c39 Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Fri, 21 Jun 2019 22:38:12 +0100 Subject: Spanish card fixes and full test set --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 859ecfe..4befd46 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ docker-test: clean-elc: $(CASK) clean-elc -all-robot-test: basic-robot-test leitner-robot-test all-card-robot-test +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 @@ -51,4 +51,7 @@ leitner-robot-test: clean-elc all-card-robot-test: clean-elc $(EMACS_ENV) ./robot/all-card-run.sh +spanish-robot-test: clean-elc + $(EMACS_ENV) ./robot/spanish-run.sh + .PHONY: test -- cgit v1.2.3