1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-26 18:10:12 +03:00
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