Skip to content

Commit

Permalink
fixup! cmake: Build test_bitcoin executable
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Jul 19, 2024
1 parent 9b4aa92 commit 16ac373
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test/compilerbug_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@

BOOST_AUTO_TEST_SUITE(compilerbug_tests)

// At least one test case is required to avoid the "Test setup error: no test
// cases matching filter or all test cases were disabled" errror.
BOOST_AUTO_TEST_CASE(dummy)
{
BOOST_CHECK(true);
}

#if defined(__GNUC__)
// This block will also be built under clang, which is fine (as it supports noinline)
void __attribute__ ((noinline)) set_one(unsigned char* ptr)
Expand Down

0 comments on commit 16ac373

Please sign in to comment.