Files
zsh-autoenv/Makefile
T

12 lines
205 B
Makefile

.PHONY: itest test
itest:
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
test:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
tests/*.t:
ZDOTDIR="${PWD}/tests" cram --shell=zsh $@
.PHONY: tests/*.t