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 a13dc24 commit 6d3b78cCopy full SHA for 6d3b78c
src/test/bswap_tests.cpp
@@ -3,11 +3,10 @@
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include <compat/byteswap.h>
6
-#include <test/util/setup_common.h>
7
8
#include <boost/test/unit_test.hpp>
9
10
-BOOST_FIXTURE_TEST_SUITE(bswap_tests, BasicTestingSetup)
+BOOST_AUTO_TEST_SUITE(bswap_tests)
11
12
BOOST_AUTO_TEST_CASE(bswap_tests)
13
{
0 commit comments