PIVX Core  5.6.99
P2P Digital Currency
Macros | Functions
compress_tests.cpp File Reference
#include "compressor.h"
#include "util/system.h"
#include "test/test_pivx.h"
#include <stdint.h>
#include <boost/test/unit_test.hpp>
Include dependency graph for compress_tests.cpp:

Go to the source code of this file.

Macros

#define NUM_MULTIPLES_UNIT   100000
 
#define NUM_MULTIPLES_CENT   10000
 
#define NUM_MULTIPLES_1BTC   10000
 
#define NUM_MULTIPLES_50BTC   420000
 

Functions

 BOOST_AUTO_TEST_CASE (compress_amounts)
 

Macro Definition Documentation

◆ NUM_MULTIPLES_1BTC

#define NUM_MULTIPLES_1BTC   10000

Definition at line 20 of file compress_tests.cpp.

◆ NUM_MULTIPLES_50BTC

#define NUM_MULTIPLES_50BTC   420000

Definition at line 23 of file compress_tests.cpp.

◆ NUM_MULTIPLES_CENT

#define NUM_MULTIPLES_CENT   10000

Definition at line 17 of file compress_tests.cpp.

◆ NUM_MULTIPLES_UNIT

#define NUM_MULTIPLES_UNIT   100000

Definition at line 14 of file compress_tests.cpp.

Function Documentation

◆ BOOST_AUTO_TEST_CASE()

BOOST_AUTO_TEST_CASE ( compress_amounts  )

Definition at line 40 of file compress_tests.cpp.