From 07a9ff2aef41c80ebac2d24eff7015755b63b2e4 Mon Sep 17 00:00:00 2001 From: Loup Vaillant Date: Thu, 29 Nov 2018 23:05:23 +0100 Subject: [PATCH] Test -DBLAKE2_NO_UNROLLING flag --- tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3