]> git.codecow.com Git - Monocypher.git/commitdiff
Added tests/utils.c to formal-analysis folder
authorLoup Vaillant <loup@loup-vaillant.fr>
Mon, 25 Nov 2019 11:26:16 +0000 (12:26 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Mon, 25 Nov 2019 11:26:16 +0000 (12:26 +0100)
This should fix the TIS interpreter.

tests/formal-analysis.sh

index 80bc28cb58076d75d741f2c66a39c681ff749d09..963cef24d6984b63e0b2f9f3e406df81af81e528 100755 (executable)
@@ -6,6 +6,7 @@ cp src/monocypher.c      \
    src/optional/sha512.h \
    src/optional/sha512.c \
    tests/utils.h         \
+   tests/utils.c         \
    tests/test.c          \
    tests/vectors.h       \
    tests/formal-analysis