mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-23 07:40:58 +02:00
Makefile: display Zsh version with test/test_full
This commit is contained in:
parent
418dff7c56
commit
fae6021cd1
2
Makefile
2
Makefile
@ -7,6 +7,7 @@ override export ZDOTDIR:=$(abspath $(ZDOTDIR))
|
|||||||
TEST_SHELL:=zsh
|
TEST_SHELL:=zsh
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
$(TEST_SHELL) --version
|
||||||
cram --shell=$(TEST_SHELL) -v tests
|
cram --shell=$(TEST_SHELL) -v tests
|
||||||
|
|
||||||
itest:
|
itest:
|
||||||
@ -14,6 +15,7 @@ itest:
|
|||||||
|
|
||||||
# Run tests with all ZDOTDIRs.
|
# Run tests with all ZDOTDIRs.
|
||||||
test_full:
|
test_full:
|
||||||
|
$(TEST_SHELL) --version
|
||||||
ret=0; \
|
ret=0; \
|
||||||
for i in $(wildcard tests/ZDOTDIR*); do \
|
for i in $(wildcard tests/ZDOTDIR*); do \
|
||||||
echo "zsh=$zsh ZDOTDIR=$$i"; \
|
echo "zsh=$zsh ZDOTDIR=$$i"; \
|
||||||
|
Loading…
Reference in New Issue
Block a user