Files
zsh-autoenv/Makefile
T

8 lines
131 B
Makefile

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