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
1 changed files with 4 additions and 0 deletions

View File

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