mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 23: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:
|
||||
$(TEST_SHELL) --version
|
||||
cram --shell=$(TEST_SHELL) -v tests
|
||||
|
||||
itest:
|
||||
@ -14,6 +15,7 @@ itest:
|
||||
|
||||
# Run tests with all ZDOTDIRs.
|
||||
test_full:
|
||||
$(TEST_SHELL) --version
|
||||
ret=0; \
|
||||
for i in $(wildcard tests/ZDOTDIR*); do \
|
||||
echo "zsh=$zsh ZDOTDIR=$$i"; \
|
||||
|
Loading…
Reference in New Issue
Block a user