From 09fd0f009cf5571b2de99f04a439551dfde1ccb0 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Mon, 27 Aug 2012 17:03:29 +0530 Subject: [PATCH] Add separate non-interactive test run. --- Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index f11dd39..bed40b1 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,7 @@ -.PHONY: tests +.PHONY: itests tests -tests: +itests: ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests + +tests: + ZDOTDIR="${PWD}/tests" cram --shell=zsh tests -- 2.0.0