diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-08 19:34:42 +0100 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2016-10-08 19:35:47 +0100 |
commit | d8eae67ef213a6e5e93a325da9de21d0857fe685 (patch) | |
tree | 3fb09bf1940d85af26a9e079e21bc2e63b8fc399 /tests/performance_tests/CMakeLists.txt | |
parent | core: remove some unused code (diff) | |
download | monero-d8eae67ef213a6e5e93a325da9de21d0857fe685.tar.xz |
tests: add performance test for ge_frombytes_vartime
At luigi1111's request
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 36dfd5952..5ec53cd2b 100644 --- a/tests/performance_tests/CMakeLists.txt +++ b/tests/performance_tests/CMakeLists.txt @@ -35,6 +35,7 @@ set(performance_tests_headers construct_tx.h derive_public_key.h derive_secret_key.h + ge_frombytes_vartime.h generate_key_derivation.h generate_key_image.h generate_key_image_helper.h |