1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-22 15:30:59 +02:00

Makefile: add targets for tests/*.t

This commit is contained in:
Daniel Hahler 2014-11-24 18:05:31 +01:00
parent f8a9942968
commit 9cb032a54c

View File

@ -5,3 +5,7 @@ itest:
test: test:
ZDOTDIR="${PWD}/tests" cram --shell=zsh tests ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
tests/*.t:
ZDOTDIR="${PWD}/tests" cram --shell=zsh $@
.PHONY: tests/*.t