Bitcoin Core  27.99.0
P2P Digital Currency
Macros | Functions
skiplist_tests.cpp File Reference
#include <chain.h>
#include <test/util/random.h>
#include <test/util/setup_common.h>
#include <vector>
#include <boost/test/unit_test.hpp>
Include dependency graph for skiplist_tests.cpp:

Go to the source code of this file.

Macros

#define SKIPLIST_LENGTH   300000
 

Functions

 BOOST_AUTO_TEST_CASE (skiplist_test)
 
 BOOST_AUTO_TEST_CASE (getlocator_test)
 
 BOOST_AUTO_TEST_CASE (findearliestatleast_test)
 
 BOOST_AUTO_TEST_CASE (findearliestatleast_edge_test)
 

Macro Definition Documentation

◆ SKIPLIST_LENGTH

#define SKIPLIST_LENGTH   300000

Definition at line 13 of file skiplist_tests.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/4]

BOOST_AUTO_TEST_CASE ( findearliestatleast_edge_test  )

Definition at line 146 of file skiplist_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/4]

BOOST_AUTO_TEST_CASE ( findearliestatleast_test  )

Definition at line 102 of file skiplist_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/4]

BOOST_AUTO_TEST_CASE ( getlocator_test  )

Definition at line 46 of file skiplist_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [4/4]

BOOST_AUTO_TEST_CASE ( skiplist_test  )

Definition at line 17 of file skiplist_tests.cpp.

Here is the call graph for this function: