diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2011-09-27 19:46:57 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2011-09-27 19:48:10 +0200 |
commit | e93bf37e86488e481136ca66cd0b6b17b2c2e05e (patch) | |
tree | 2aba5c9b5286f3ac47379d360e5a95edc8928619 /src/test/test_bitcoin.cpp | |
parent | 4b603f1cd6a0b8480c15555389077a4b401c2c7b (diff) |
Test case for base64 encode/decode
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r-- | src/test/test_bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index c6f6d94b1e..a42ad7524f 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -9,6 +9,7 @@ #include "script_tests.cpp" #include "transaction_tests.cpp" #include "DoS_tests.cpp" +#include "base64_tests.cpp" CWallet* pwalletMain; |