]> git.codecow.com Git - Monocypher.git/commitdiff
Removed TIS-CI tests from slow test suite
authorLoup Vaillant <loup@loup-vaillant.fr>
Fri, 10 Feb 2023 15:55:48 +0000 (16:55 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Fri, 10 Feb 2023 15:55:48 +0000 (16:55 +0100)
That test is performed by TIS-CI proper, and the necessary files
are stripped from the tarball anyway.

tests/test.sh

index 223391f0283775cf401907353f20d64a39af9815..9ded91130ce2b1ddccb999ff64abd3a2c74b2558 100755 (executable)
@@ -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"