diff options
| author | Jonas Schnelli <[email protected]> | 2015-04-23 13:20:18 +0200 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2015-04-23 13:21:05 +0200 |
| commit | 26414ca4fce5b3036b827b6aa7484c6c46225bae (patch) | |
| tree | caafe73dabff02494b8bb5374959fb07916be5da /src/Makefile.test.include | |
| parent | Merge pull request #5911 (diff) | |
| download | discoin-26414ca4fce5b3036b827b6aa7484c6c46225bae.tar.xz discoin-26414ca4fce5b3036b827b6aa7484c6c46225bae.zip | |
fix and enable bip32 unit test
the bip32 unit test was not included in the make process
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 52ff3f224..9aec13cce 100644 --- a/src/Makefile.test.include +++ b/src/Makefile.test.include @@ -39,6 +39,7 @@ BITCOIN_TESTS =\ test/base32_tests.cpp \ test/base58_tests.cpp \ test/base64_tests.cpp \ + test/bip32_tests.cpp \ test/bloom_tests.cpp \ test/checkblock_tests.cpp \ test/Checkpoints_tests.cpp \ |