diff options
Diffstat (limited to 'src/test/timedata_tests.cpp')
| -rw-r--r-- | src/test/timedata_tests.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/timedata_tests.cpp b/src/test/timedata_tests.cpp index aa4fa0d50..887cfb476 100644 --- a/src/test/timedata_tests.cpp +++ b/src/test/timedata_tests.cpp @@ -1,14 +1,15 @@ // Copyright (c) 2011-2014 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 "timedata.h" +#include "test/test_bitcoin.h" #include <boost/test/unit_test.hpp> using namespace std; -BOOST_AUTO_TEST_SUITE(timedata_tests) +BOOST_FIXTURE_TEST_SUITE(timedata_tests, BasicTestingSetup) BOOST_AUTO_TEST_CASE(util_MedianFilter) { |