]> git.codecow.com Git - Monocypher.git/commitdiff
A little space around the test message
authorLoup Vaillant <loup@loup-vaillant.fr>
Wed, 7 Mar 2018 19:20:01 +0000 (20:20 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Wed, 7 Mar 2018 19:20:01 +0000 (20:20 +0100)
tests/test.sh

index df655bc192befdb4eb62b7c8ff0cfbfbe19b82ea..a43a10d2d05ce29ff8cf208d5c648eaadac3be1e 100755 (executable)
@@ -8,4 +8,6 @@ make clean;  make test CC="clang -std=c99" CFLAGS="-g -fsanitize=memory"
 make clean;  make test CC="clang -std=c99" CFLAGS="-g -fsanitize=undefined"
 make clean;  make test.out;  valgrind ./test.out
 
+echo
 echo "All sanitisers passed!"
+echo