From 9cb032a54c02dee2e3de6392698b2faaaf281901 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 24 Nov 2014 18:05:31 +0100 Subject: [PATCH] Makefile: add targets for tests/*.t --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a769734..b164795 100644 --- 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