diff options
author | Dusan Klinec <dusan.klinec@gmail.com> | 2019-03-03 13:54:07 +0100 |
---|---|---|
committer | Dusan Klinec <dusan.klinec@gmail.com> | 2019-03-20 21:11:01 +0100 |
commit | d74d26f2c9f058ac9f042b4f2f32b3b48b752d50 (patch) | |
tree | f21d268734fa27d357192d8b42b13a94fc38d320 /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4977 (diff) | |
download | monero-d74d26f2c9f058ac9f042b4f2f32b3b48b752d50.tar.xz |
crypto: hmac_keccak added
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 aea82ede2..cd324b5d3 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -52,6 +52,7 @@ set(unit_tests_sources json_serialization.cpp get_xtype_from_string.cpp hashchain.cpp + hmac_keccak.cpp http.cpp keccak.cpp logging.cpp |