]> git.codecow.com Git - Monocypher.git/commitdiff
updated formal analysis copy script
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 12 Feb 2018 20:18:19 +0000 (21:18 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 12 Feb 2018 20:38:12 +0000 (21:38 +0100)
tests/formal-analysis.sh

index 5bdbf67e35a771f36c4191363a42f8857652a701..8b67d463ef9c6d891c0494a8f081299d76177049 100755 (executable)
@@ -1,4 +1,11 @@
 #! /bin/sh
 
 mkdir -p formal-analysis
-cp src/* tests/utils.c tests/utils.h tests/test.c tests/vectors.h tests/formal-analysis
+cp src/monocypher.c      \
+   src/monocypher.h      \
+   src/optional/sha512.h \
+   src/optional/sha512.c \
+   tests/utils.h         \
+   tests/test.c          \
+   tests/vectors.h       \
+   tests/formal-analysis