LCOV - code coverage report
Current view: top level - src/test - sanity_tests.cpp (source / functions) Hit Total Coverage
Test: fuzz_coverage.info Lines: 0 8 0.0 %
Date: 2023-10-05 12:38:51 Functions: 0 9 0.0 %
Branches: 0 0 -

           Branch data     Line data    Source code
       1                 :            : // Copyright (c) 2012-2022 The Bitcoin Core developers
       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 <key.h>
       6                 :            : #include <test/util/setup_common.h>
       7                 :            : #include <util/time.h>
       8                 :            : 
       9                 :            : #include <boost/test/unit_test.hpp>
      10                 :            : 
      11                 :          0 : BOOST_FIXTURE_TEST_SUITE(sanity_tests, BasicTestingSetup)
      12                 :            : 
      13                 :          0 : BOOST_AUTO_TEST_CASE(basic_sanity)
      14                 :            : {
      15                 :          0 :   BOOST_CHECK_MESSAGE(ECC_InitSanityCheck() == true, "secp256k1 sanity test");
      16                 :          0 :   BOOST_CHECK_MESSAGE(ChronoSanityCheck() == true, "chrono epoch test");
      17                 :          0 : }
      18                 :            : 
      19                 :          0 : BOOST_AUTO_TEST_SUITE_END()

Generated by: LCOV version 1.14