1
0
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:
Daniel Hahler 2017-04-23 22:38:48 +02:00
parent 66e854f6a8
commit a3fef6be0d

View File

@ -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