diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-01-05 16:30:24 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-09-11 13:37:22 +0000 |
commit | 112f32f068e2e6d0b8e713ccf49090b73e542b5d (patch) | |
tree | 2c6cf07aa8001c63f38090f0a43ffd5b24b4e019 /tests/performance_tests/CMakeLists.txt | |
parent | performance_tests: add bulletproofs (diff) | |
download | monero-112f32f068e2e6d0b8e713ccf49090b73e542b5d.tar.xz |
performance_tests: add crypto ops
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 a41359ca7..47f441dda 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -44,6 +44,7 @@ set(performance_tests_headers subaddress_expand.h range_proof.h bulletproof.h + crypto_ops.h multi_tx_test_base.h performance_tests.h performance_utils.h |