1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2025-01-18 20:21:06 +02:00
zsh-autoenv/Makefile

12 lines
205 B
Makefile
Raw Normal View History

.PHONY: itest test
2013-09-08 18:32:16 +02:00
itest:
2013-09-08 18:32:16 +02:00
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
test:
2013-09-08 18:32:16 +02:00
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
2014-11-24 18:05:31 +01:00
tests/*.t:
ZDOTDIR="${PWD}/tests" cram --shell=zsh $@
.PHONY: tests/*.t