mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-23 13:46:48 +02:00
test_full: use test target
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user