diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-09-30 17:39:29 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-09-30 17:39:29 +0200 |
| commit | 52e9fe929615d339732c060573b0637c51e353dc (patch) | |
| tree | b74ae9a0e2db67f7668c9d8235209d3f84796b71 /src/test/test_bitcoin.cpp | |
| parent | make USE_SSL actually work (thanks @prusnak for noticing) (diff) | |
| parent | Merge pull request #524 from sipa/signandverif (diff) | |
| download | discoin-52e9fe929615d339732c060573b0637c51e353dc.tar.xz discoin-52e9fe929615d339732c060573b0637c51e353dc.zip | |
Merge branch 'master' of https://github.com/bitcoin/bitcoin
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 c6f6d94b1..a42ad7524 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; |