diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-07-29 14:04:42 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-11 13:38:22 +0000 |
commit | 1224e53b744f8338163998d06b139a3f7a006b08 (patch) | |
tree | c66020c99a64856a21dcc7f924e0bc86ebc3e9bd /tests/core_tests/chaingen_main.cpp | |
parent | fuzz_tests: add a bulletproof fuzz test (diff) | |
download | monero-1224e53b744f8338163998d06b139a3f7a006b08.tar.xz |
core_tests: add a test for 4-aggregated BP verification
Diffstat (limited to 'tests/core_tests/chaingen_main.cpp')
-rw-r--r-- | tests/core_tests/chaingen_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp index 6f26e6532..abc412318 100644 --- a/tests/core_tests/chaingen_main.cpp +++ b/tests/core_tests/chaingen_main.cpp @@ -233,6 +233,7 @@ int main(int argc, char* argv[]) GENERATE_AND_PLAY(gen_bp_tx_invalid_16_16); GENERATE_AND_PLAY(gen_bp_txs_valid_2_and_2); GENERATE_AND_PLAY(gen_bp_txs_invalid_2_and_8_2_and_16_16_1); + GENERATE_AND_PLAY(gen_bp_txs_valid_2_and_3_and_2_and_4); GENERATE_AND_PLAY(gen_bp_tx_invalid_not_enough_proofs); GENERATE_AND_PLAY(gen_bp_tx_invalid_empty_proofs); GENERATE_AND_PLAY(gen_bp_tx_invalid_too_many_proofs); |