We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c389ba commit fd144f6Copy full SHA for fd144f6
src/test/base32_tests.cpp
@@ -2,15 +2,14 @@
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
-#include <test/util/setup_common.h>
6
#include <util/strencodings.h>
7
8
#include <boost/test/unit_test.hpp>
9
#include <string>
10
11
using namespace std::literals;
12
13
-BOOST_FIXTURE_TEST_SUITE(base32_tests, BasicTestingSetup)
+BOOST_AUTO_TEST_SUITE(base32_tests)
14
15
BOOST_AUTO_TEST_CASE(base32_testvectors)
16
{
0 commit comments