diff options
author | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:23:10 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2018-09-04 13:23:10 -0500 |
commit | 0722287774cf6a710caa831fc3c25a5345e66224 (patch) | |
tree | 5fdf6107fd1dfb2c360dfb44850a64a571b1f18d /tests/unit_tests/CMakeLists.txt | |
parent | Merge pull request #4274 (diff) | |
parent | unit_tests: add tests for incremental keccak (diff) | |
download | monero-0722287774cf6a710caa831fc3c25a5345e66224.tar.xz |
Merge pull request #4275
2a100fd unit_tests: add tests for incremental keccak (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 145e3820e..076a4a873 100644 --- a/tests/unit_tests/CMakeLists.txt +++ b/tests/unit_tests/CMakeLists.txt @@ -52,6 +52,7 @@ set(unit_tests_sources get_xtype_from_string.cpp hashchain.cpp http.cpp + keccak.cpp main.cpp memwipe.cpp mlocker.cpp |