|
Monero
|
#include "gtest/gtest.h"#include "misc_log_ex.h"#include "cryptonote_config.h"#include "common/pruning.h"
Macros | |
| #define | ASSERT_EX(x) |
Functions | |
| TEST (pruning, parts) | |
| TEST (pruning, out_of_range) | |
| TEST (pruning, fits) | |
| TEST (pruning, tip) | |
| TEST (pruning, seed) | |
| TEST (pruning, match) | |
| TEST (pruning, stripe_size) | |
| TEST (pruning, next_unpruned) | |
| TEST (pruning, next_pruned) | |
| #define ASSERT_EX | ( | x | ) |
| TEST | ( | pruning | , |
| fits | ) |
| TEST | ( | pruning | , |
| match | ) |
| TEST | ( | pruning | , |
| next_pruned | ) |
| TEST | ( | pruning | , |
| next_unpruned | ) |
| TEST | ( | pruning | , |
| out_of_range | ) |
| TEST | ( | pruning | , |
| parts | ) |
| TEST | ( | pruning | , |
| seed | ) |
| TEST | ( | pruning | , |
| stripe_size | ) |
| TEST | ( | pruning | , |
| tip | ) |