Skip to content

Commit

Permalink
update test makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
protonn committed Feb 26, 2018
1 parent 09e9d6c commit 8c29e85
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions src/Makefile.test.include
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ EXTRA_DIST += \
test/data/txcreatesignv1.hex \
test/data/txcreatesignv1.json \
test/data/txcreatesignv2.hex \
crypto/argon2/ref.c \
crypto/argon2/opt.c \
crypto/yescrypt-platform.c \
crypto/yescrypt-opt.c \
crypto/yescrypt-simd.c
Expand Down Expand Up @@ -173,6 +175,28 @@ BITCOIN_TESTS =\
crypto/sha256_Y.c \
crypto/sha256_Y.h \
crypto/sysendian.h \
crypto/argon2/argon2.c \
crypto/argon2/argon2.h \
crypto/argon2/best.c \
crypto/argon2/blake2.h \
crypto/argon2/blake2b.c \
crypto/argon2/blake2-impl.h \
crypto/argon2/core.c \
crypto/argon2/core.h \
crypto/argon2/encoding.c \
crypto/argon2/encoding.h \
crypto/argon2/thread.c \
crypto/argon2/thread.h \
crypto/argon2/blamka-round-ref.h \
crypto/argon2/blamka-round-opt.h \
crypto/argon2/opt.h \
crypto/argon2/ref.h \
crypto/lyra2/lyra2.c \
crypto/lyra2/lyra2.h \
crypto/lyra2/lyra2RE.c \
crypto/lyra2/lyra2RE.h \
crypto/lyra2/sponge.c \
crypto/lyra2/sponge.h \
crypto/yescrypt.h \
crypto/yescrypt-best.c \
crypto/yescryptcommon.c
Expand Down

0 comments on commit 8c29e85

Please sign in to comment.