mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-26 17:00:58 +02:00
test_full: use test target
This commit is contained in:
parent
66e854f6a8
commit
a3fef6be0d
2
Makefile
2
Makefile
@ -19,7 +19,7 @@ test_full:
|
||||
ret=0; \
|
||||
for i in $(wildcard tests/ZDOTDIR*); do \
|
||||
echo "== ZDOTDIR=$$i =="; \
|
||||
SHELL=$(TEST_SHELL) ZDOTDIR=${CURDIR}/$$i cram --shell=$(TEST_SHELL) -v tests || ret=$$((ret+1)); \
|
||||
$(MAKE) test TEST_SHELL=$(TEST_SHELL) ZDOTDIR=${CURDIR}/$$i || ret=$$((ret+1)); \
|
||||
echo; \
|
||||
done; \
|
||||
exit $$ret
|
||||
|
Loading…
Reference in New Issue
Block a user