1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-18 07:20:11 +03:00
zsh-autoenv/Makefile
Arash Rouhani 08fec15f31 Add tests
2013-09-08 18:32:16 +02:00

8 lines
135 B
Makefile

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