Skip to content

Commit cf7adad

Browse files
committed
Merge pull request #6052
26414ca fix and enable bip32 unit test (Jonas Schnelli)
2 parents b6ea3bc + 26414ca commit cf7adad

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Makefile.test.include

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ BITCOIN_TESTS =\
3939
test/base32_tests.cpp \
4040
test/base58_tests.cpp \
4141
test/base64_tests.cpp \
42+
test/bip32_tests.cpp \
4243
test/bloom_tests.cpp \
4344
test/checkblock_tests.cpp \
4445
test/Checkpoints_tests.cpp \

src/test/bip32_tests.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include "key.h"
99
#include "uint256.h"
1010
#include "util.h"
11+
#include "utilstrencodings.h"
1112
#include "test/test_bitcoin.h"
1213

1314
#include <string>

0 commit comments

Comments
 (0)