diff options
Diffstat (limited to 'src/test/base64_tests.cpp')
| -rw-r--r-- | src/test/base64_tests.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/base64_tests.cpp b/src/test/base64_tests.cpp index f2bf3326a..54c081b0e 100644 --- a/src/test/base64_tests.cpp +++ b/src/test/base64_tests.cpp @@ -1,12 +1,13 @@ // Copyright (c) 2011-2013 The Bitcoin Core developers -// Distributed under the MIT/X11 software license, see the accompanying +// Distributed under the MIT software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include "utilstrencodings.h" +#include "test/test_bitcoin.h" #include <boost/test/unit_test.hpp> -BOOST_AUTO_TEST_SUITE(base64_tests) +BOOST_FIXTURE_TEST_SUITE(base64_tests, BasicTestingSetup) BOOST_AUTO_TEST_CASE(base64_testvectors) { |