]> Sergey Matveev's repositories - zsh-autoenv.git/blobdiff - Makefile
test_full: output extra newline between suites/variants
[zsh-autoenv.git] / Makefile
index db303fa3d6353efeb0f0f680c85fb28536de0504..5c50ef47ca8912ff9bc09fd7d8d79aa7df8f7cc7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@ test_full:
        for i in $(wildcard tests/ZDOTDIR*); do \
                echo "ZDOTDIR=$$i"; \
                ZDOTDIR=${PWD}/$$i cram --shell=zsh -v tests; \
+               echo; \
        done
 
 # Define targets for test files, with relative and abolute path.