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.
test_bitcoin
1 parent f2dbb17 commit 31e4e62Copy full SHA for 31e4e62
src/test/compilerbug_tests.cpp
@@ -6,6 +6,13 @@
6
7
BOOST_AUTO_TEST_SUITE(compilerbug_tests)
8
9
+// At least one test case is required to avoid the "Test setup error: no test
10
+// cases matching filter or all test cases were disabled" errror.
11
+BOOST_AUTO_TEST_CASE(dummy)
12
+{
13
+ BOOST_CHECK(true);
14
+}
15
+
16
#if defined(__GNUC__)
17
// This block will also be built under clang, which is fine (as it supports noinline)
18
void __attribute__ ((noinline)) set_one(unsigned char* ptr)
0 commit comments