Browse Source

Merge pull request #6052

26414ca fix and enable bip32 unit test (Jonas Schnelli)
0.13
Wladimir J. van der Laan 10 years ago
parent
commit
cf7adad3bb
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
  1. 1
      src/Makefile.test.include
  2. 1
      src/test/bip32_tests.cpp

1
src/Makefile.test.include

@ -39,6 +39,7 @@ BITCOIN_TESTS =\ @@ -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 \

1
src/test/bip32_tests.cpp

@ -8,6 +8,7 @@ @@ -8,6 +8,7 @@
#include "key.h"
#include "uint256.h"
#include "util.h"
#include "utilstrencodings.h"
#include "test/test_bitcoin.h"
#include <string>

Loading…
Cancel
Save