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