aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.test.include
diff options
context:
space:
mode:
authorJonas Schnelli <jonas.schnelli@include7.ch>2015-04-23 13:20:18 +0200
committerJonas Schnelli <jonas.schnelli@include7.ch>2015-04-23 13:21:05 +0200
commit26414ca4fce5b3036b827b6aa7484c6c46225bae (patch)
treecaafe73dabff02494b8bb5374959fb07916be5da /src/Makefile.test.include
parentb6ea3bcede1cbbf89486b9d67329e0110c4624ae (diff)
downloadbitcoin-26414ca4fce5b3036b827b6aa7484c6c46225bae.tar.xz
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.include1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.test.include b/src/Makefile.test.include
index 52ff3f224f..9aec13ccef 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 \