PIVX Core  5.6.99
P2P Digital Currency
Macros | Functions
skiplist_tests.cpp File Reference
#include "test/test_pivx.h"
#include "util/system.h"
#include "validation.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)
 

Macro Definition Documentation

◆ SKIPLIST_LENGTH

#define SKIPLIST_LENGTH   300000

Definition at line 15 of file skiplist_tests.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/3]

BOOST_AUTO_TEST_CASE ( findearliestatleast_test  )

Definition at line 104 of file skiplist_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [2/3]

BOOST_AUTO_TEST_CASE ( getlocator_test  )

Definition at line 48 of file skiplist_tests.cpp.

Here is the call graph for this function:

◆ BOOST_AUTO_TEST_CASE() [3/3]

BOOST_AUTO_TEST_CASE ( skiplist_test  )

Definition at line 19 of file skiplist_tests.cpp.