zsh-autoenv/Makefile

12 lines
205 B
Makefile
Raw Normal View History

.PHONY: itest test
2013-09-08 19:32:16 +03:00
itest:
2013-09-08 19:32:16 +03:00
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
test:
2013-09-08 19:32:16 +03:00
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
2014-11-24 19:05:31 +02:00
tests/*.t:
ZDOTDIR="${PWD}/tests" cram --shell=zsh $@
.PHONY: tests/*.t