mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
Improve ZDOTDIR setting in Makefile
This commit is contained in:
parent
e07a47f566
commit
5cfc69ad47
6
Makefile
6
Makefile
@ -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:
|
test:
|
||||||
cram --shell=zsh -v tests
|
cram --shell=zsh -v tests
|
||||||
|
Loading…
Reference in New Issue
Block a user