1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2026-04-03 19:12:32 +03:00
Files
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