1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-28 19:00:10 +03:00
zsh-autoenv/Makefile
2014-11-24 18:05:31 +01:00

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