aboutsummaryrefslogtreecommitdiff
path: root/tests/core_tests/chaingen_main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/core_tests/chaingen_main.cpp')
-rw-r--r--tests/core_tests/chaingen_main.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/core_tests/chaingen_main.cpp b/tests/core_tests/chaingen_main.cpp
index c31655070..abc412318 100644
--- a/tests/core_tests/chaingen_main.cpp
+++ b/tests/core_tests/chaingen_main.cpp
@@ -224,6 +224,22 @@ int main(int argc, char* argv[])
GENERATE_AND_PLAY(gen_multisig_tx_invalid_33_1_2_no_threshold);
GENERATE_AND_PLAY(gen_multisig_tx_invalid_33_1_3_no_threshold);
+ GENERATE_AND_PLAY(gen_bp_tx_valid_1);
+ GENERATE_AND_PLAY(gen_bp_tx_invalid_1_1);
+ GENERATE_AND_PLAY(gen_bp_tx_valid_2);
+ GENERATE_AND_PLAY(gen_bp_tx_valid_3);
+ GENERATE_AND_PLAY(gen_bp_tx_valid_16);
+ GENERATE_AND_PLAY(gen_bp_tx_invalid_4_2_1);
+ 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);
+ GENERATE_AND_PLAY(gen_bp_tx_invalid_wrong_amount);
+ GENERATE_AND_PLAY(gen_bp_tx_invalid_borromean_type);
+
el::Level level = (failed_tests.empty() ? el::Level::Info : el::Level::Error);
MLOG(level, "\nREPORT:");
MLOG(level, " Test run: " << tests_count);