1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-18 07:20:11 +03:00
zsh-autoenv/Makefile
2014-11-16 11:40:09 +01:00

8 lines
131 B
Makefile

.PHONY: itest test
itest:
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
test:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests