core_tests: add a test for 4-aggregated BP verification

This commit is contained in:
moneromooo-monero 2018-07-29 14:04:42 +01:00
parent 0e6ed559c6
commit 1224e53b74
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
3 changed files with 16 additions and 0 deletions

View file

@ -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);