From: Loup Vaillant Date: Tue, 17 Mar 2020 22:13:00 +0000 (+0100) Subject: Don't try to re-generate test vectors upon release X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=f0d0f482c929cf1799679d2518740a1c503a1dce;p=Monocypher.git Don't try to re-generate test vectors upon release --- diff --git a/dist.sh b/dist.sh index 52d9856..6daab41 100755 --- a/dist.sh +++ b/dist.sh @@ -58,9 +58,6 @@ VERSION=`git describe --tags` FOLDER=monocypher-$VERSION TARBALL=$FOLDER.tar.gz -# Generate the test vectors. -(cd tests/gen/ make) - # Generate documentation for users who don't have mandoc doc/man2html.sh