mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 20:03:34 -03:00
fix and enable bip32 unit test
the bip32 unit test was not included in the make process
This commit is contained in:
parent
b6ea3bcede
commit
26414ca4fc
2 changed files with 2 additions and 0 deletions
|
@ -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 \
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
#include "key.h"
|
||||
#include "uint256.h"
|
||||
#include "util.h"
|
||||
#include "utilstrencodings.h"
|
||||
#include "test/test_bitcoin.h"
|
||||
|
||||
#include <string>
|
||||
|
|
Loading…
Reference in a new issue