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