zsh-autoenv/Makefile

8 lines
131 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