diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-01-05 12:36:32 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-11 13:37:18 +0000 |
commit | 1aa10c4364be4ba48df06f5ff582eef10b9288c3 (patch) | |
tree | 4de8f20321e2e826215487bd7bbed592c06059eb /tests/performance_tests/CMakeLists.txt | |
parent | bulletproofs: multi-output bulletproofs (diff) | |
download | monero-1aa10c4364be4ba48df06f5ff582eef10b9288c3.tar.xz |
performance_tests: add (Borromean) range proofs
Diffstat (limited to 'tests/performance_tests/CMakeLists.txt')
-rw-r--r-- | tests/performance_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 8cbd71444..690489ab8 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -42,6 +42,7 @@ set(performance_tests_headers generate_keypair.h is_out_to_acc.h subaddress_expand.h + range_proof.h multi_tx_test_base.h performance_tests.h performance_utils.h |