1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-06-16 15:00:10 +03:00

Improve ZDOTDIR setting in Makefile

This commit is contained in:
Daniel Hahler 2015-01-25 19:16:30 +01:00
parent e07a47f566
commit 5cfc69ad47

View File

@ -1,4 +1,8 @@
export ZDOTDIR=${CURDIR}/tests/ZDOTDIR
# Default, can be overridden using "make test ZDOTDIR=...".
ZDOTDIR:=${CURDIR}/tests/ZDOTDIR
# Export it, and make it absolute.
override export ZDOTDIR:=$(abspath $(ZDOTDIR))
test:
cram --shell=zsh -v tests