aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2017-08-25 18:12:39 -0700
committerPieter Wuille <pieter.wuille@gmail.com>2017-09-28 16:02:16 -0700
commit8fd226705347c2b3955d0d98f8ca21e4325e6765 (patch)
tree0a5e9d0e14fddb614700a06d00cd5ae23955780a /src/Makefile.test.include
parent1e46ebdf8618e585568ffc1b093c79cc9be07b57 (diff)
downloadbitcoin-8fd226705347c2b3955d0d98f8ca21e4325e6765.tar.xz
Import Bech32 C++ reference code & tests
This includes a reformatted version of the Bech32 reference code (see https://github.com/sipa/bech32/tree/master/ref/c%2B%2B), with extra documentation.
Diffstat (limited to 'src/Makefile.test.include')
-rw-r--r--src/Makefile.test.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 3a932f460d..ed95f345b1 100644
--- a/src/Makefile.test.include
+++ b/src/Makefile.test.include
@@ -31,6 +31,7 @@ BITCOIN_TESTS =\
test/base32_tests.cpp \
test/base58_tests.cpp \
test/base64_tests.cpp \
+ test/bech32_tests.cpp \
test/bip32_tests.cpp \
test/blockencodings_tests.cpp \
test/bloom_tests.cpp \