From: Daniel Hahler Date: Mon, 24 Nov 2014 17:05:31 +0000 (+0100) Subject: Makefile: add targets for tests/*.t X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=9cb032a54c02dee2e3de6392698b2faaaf281901;p=zsh-autoenv.git Makefile: add targets for tests/*.t --- diff --git a/Makefile b/Makefile index a769734..b164795 100644 --- a/Makefile +++ b/Makefile @@ -5,3 +5,7 @@ itest: test: ZDOTDIR="${PWD}/tests" cram --shell=zsh tests + +tests/*.t: + ZDOTDIR="${PWD}/tests" cram --shell=zsh $@ +.PHONY: tests/*.t