From 26414ca4fce5b3036b827b6aa7484c6c46225bae Mon Sep 17 00:00:00 2001 From: Jonas Schnelli Date: Thu, 23 Apr 2015 13:20:18 +0200 Subject: fix and enable bip32 unit test the bip32 unit test was not included in the make process --- src/Makefile.test.include | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.test.include') 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 \ -- cgit v1.2.3