From: Daniel Hahler Date: Mon, 19 Jan 2015 17:54:41 +0000 (+0100) Subject: make: fix calling tests files directly X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=392bca542c7f965f06b7471488e6784a14574a40;p=zsh-autoenv.git make: fix calling tests files directly --- diff --git a/Makefile b/Makefile index 7b1b23f..f59c91d 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ TESTS:=$(wildcard tests/*.t) uniq = $(if $1,$(firstword $1) $(call uniq,$(filter-out $(firstword $1),$1))) _TESTS_REL_AND_ABS:=$(call uniq,$(abspath $(TESTS)) $(TESTS)) $(_TESTS_REL_AND_ABS): - ZDOTDIR="${CURDIR}/tests" cram --shell=zsh -v $@ + cram --shell=zsh -v $@ .PHONY: $(_TESTS_REL_AND_ABS) .PHONY: itest test