Files
zsh-autoenv/Makefile
T
2013-09-08 18:32:16 +02:00

8 lines
135 B
Makefile

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