From: Loup Vaillant Date: Fri, 10 Feb 2023 15:55:48 +0000 (+0100) Subject: Removed TIS-CI tests from slow test suite X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=6a224ff69471b7dffd61c9b735b98bf2ebefb975;p=Monocypher.git Removed TIS-CI tests from slow test suite That test is performed by TIS-CI proper, and the necessary files are stripped from the tarball anyway. --- diff --git a/tests/test.sh b/tests/test.sh index 223391f..9ded911 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -53,7 +53,6 @@ set -e -make clean; make tis-ci make clean; make test make clean; make test CFLAGS="-DBLAKE2_NO_UNROLLING -O3" make clean; make test CC="clang -std=c99" CFLAGS="-g -fsanitize=address"