mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-04 17:01:00 +02:00
12 lines
205 B
Makefile
12 lines
205 B
Makefile
.PHONY: itest test
|
|
|
|
itest:
|
|
ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
|
|
|
|
test:
|
|
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
|
|
|
|
tests/*.t:
|
|
ZDOTDIR="${PWD}/tests" cram --shell=zsh $@
|
|
.PHONY: tests/*.t
|