diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-08 18:53:31 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-08 19:35:34 +0100 |
commit | 1eaa3e8040ec02a5eb4b3832f8aac56325b88d28 (patch) | |
tree | ba3c11161f1e88cee55da24264ecb804553d3f7f /tests/performance_tests/CMakeLists.txt | |
parent | Merge pull request #1180 (diff) | |
download | monero-1eaa3e8040ec02a5eb4b3832f8aac56325b88d28.tar.xz |
tests: add performance tests for rct signatures
Diffstat (limited to 'tests/performance_tests/CMakeLists.txt')
-rw-r--r-- | tests/performance_tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/CMakeLists.txt b/tests/performance_tests/CMakeLists.txt index 37accb393..36dfd5952 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -30,7 +30,7 @@ set(performance_tests_sources main.cpp) set(performance_tests_headers - check_ring_signature.h + check_tx_signature.h cn_slow_hash.h construct_tx.h derive_public_key.h |