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

8 lines
135 B
Makefile
Raw Normal View History

2013-09-08 19:32:16 +03:00
.PHONY: itests tests
itests:
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
tests:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests