diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-07-27 14:23:54 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-07-27 14:23:54 -0500 |
commit | 3fde902394946281665531abd742c64bdb23be25 (patch) | |
tree | 9eab237d53c8cda2c1d5217880b135c02f6f0b61 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4091 (diff) | |
parent | crypto: remove slight bias in key generation due to modulo (diff) | |
download | monero-3fde902394946281665531abd742c64bdb23be25.tar.xz |
Merge pull request #4097
61caab8 crypto: remove slight bias in key generation due to modulo (moneromooo-monero)
Diffstat (limited to 'tests/unit_tests/CMakeLists.txt')
-rw-r--r-- | tests/unit_tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt index ffa8065ab..3c7414640 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -56,6 +56,7 @@ set(unit_tests_sources mul_div.cpp multisig.cpp parse_amount.cpp + random.cpp serialization.cpp sha256.cpp slow_memmem.cpp |