]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Makefile: add targets for tests/*.t
authorDaniel Hahler <git@thequod.de>
Mon, 24 Nov 2014 17:05:31 +0000 (18:05 +0100)
committerDaniel Hahler <git@thequod.de>
Mon, 24 Nov 2014 17:05:31 +0000 (18:05 +0100)
Makefile

index a769734a63e00dc2a9d5007000b860d3cdec845b..b16479587364877314ce59c0ed9be4916101c9a6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,3 +5,7 @@ itest:
 
 test:
        ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
+
+tests/*.t:
+       ZDOTDIR="${PWD}/tests" cram --shell=zsh $@
+.PHONY: tests/*.t