From: Loup Vaillant Date: Thu, 29 Nov 2018 22:05:23 +0000 (+0100) Subject: Test -DBLAKE2_NO_UNROLLING flag X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=07a9ff2aef41c80ebac2d24eff7015755b63b2e4;p=Monocypher.git Test -DBLAKE2_NO_UNROLLING flag --- diff --git a/tests/test.sh b/tests/test.sh index a312ba2..510efc6 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -3,7 +3,7 @@ set -e make clean; make test -make clean; make test CFLAGS="-DED25519_SHA512 -O3" +make clean; make test CFLAGS="-DED25519_SHA512 -DBLAKE2_NO_UNROLLING -O3" make clean; make test CC="clang -std=c99" CFLAGS="-g -fsanitize=address" make clean; make test CC="clang -std=c99" CFLAGS="-g -fsanitize=memory" make clean; make test CC="clang -std=c99" CFLAGS="-g -fsanitize=undefined"