Skip to content

Commit 87e5c2d

Browse files
committed
QA/sanity_tests: Run dbwrapper_SanityCheck
1 parent a5adc9a commit 87e5c2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/sanity_tests.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
// Distributed under the MIT software license, see the accompanying
33
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
44

5+
#include <dbwrapper.h>
56
#include <key.h>
67
#include <test/util/setup_common.h>
78

@@ -11,6 +12,7 @@ BOOST_FIXTURE_TEST_SUITE(sanity_tests, BasicTestingSetup)
1112

1213
BOOST_AUTO_TEST_CASE(basic_sanity)
1314
{
15+
BOOST_CHECK_MESSAGE(dbwrapper_SanityCheck() == true, "dbwrapper sanity test");
1416
BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "secp256k1 sanity test");
1517
}
1618

0 commit comments

Comments
 (0)