]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
make: fix calling tests files directly
authorDaniel Hahler <git@thequod.de>
Mon, 19 Jan 2015 17:54:41 +0000 (18:54 +0100)
committerDaniel Hahler <git@thequod.de>
Mon, 19 Jan 2015 17:59:22 +0000 (18:59 +0100)
Makefile

index 7b1b23fab3c4cdae71a5264b5f3c7ee0e02bebef..f59c91daf9d98b787958caafbce06373a66383e3 100644 (file)
--- 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