]> Sergey Matveev's repositories - zsh-autoenv.git/blob - Makefile
Makefile: add targets for tests/*.t
[zsh-autoenv.git] / Makefile
1 .PHONY: itest test
2
3 itest:
4         ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
5
6 test:
7         ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
8
9 tests/*.t:
10         ZDOTDIR="${PWD}/tests" cram --shell=zsh $@
11 .PHONY: tests/*.t