]> git.codecow.com Git - Monocypher.git/commitdiff
Don't try to re-generate test vectors upon release
authorLoup Vaillant <loup@loup-vaillant.fr>
Tue, 17 Mar 2020 22:13:00 +0000 (23:13 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Tue, 17 Mar 2020 22:13:00 +0000 (23:13 +0100)
dist.sh

diff --git a/dist.sh b/dist.sh
index 52d98566f097f48be9c316414bee969b91fbf090..6daab419dfe25e1fbc6808900854f4b35e1d3323 100755 (executable)
--- 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