diff options
| author | Pieter Wuille <[email protected]> | 2017-08-25 18:12:39 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2017-09-28 16:02:16 -0700 |
| commit | 8fd226705347c2b3955d0d98f8ca21e4325e6765 (patch) | |
| tree | 0a5e9d0e14fddb614700a06d00cd5ae23955780a /src/Makefile.test.include | |
| parent | Implement {Encode,Decode}Destination without CBitcoinAddress (diff) | |
| download | discoin-8fd226705347c2b3955d0d98f8ca21e4325e6765.tar.xz discoin-8fd226705347c2b3955d0d98f8ca21e4325e6765.zip | |
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.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include index 3a932f460..ed95f345b 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 \ |