]> Sergey Matveev's repositories - zsh-autoenv.git/blob - Makefile
tests: add and use test_autoenv_add_to_env and test_autoenv_auth_env_files
[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