aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/CMakeLists.txt
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-08-17 16:47:28 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-08-20 08:47:31 +0000
commit2a100fd81f712a312e5353acde116d73d836786b (patch)
treede2b429d39a54351319a63bbe383986ba4341601 /tests/unit_tests/CMakeLists.txt
parentMerge pull request #4191 (diff)
downloadmonero-2a100fd81f712a312e5353acde116d73d836786b.tar.xz
unit_tests: add tests for incremental keccak
Diffstat (limited to '')
-rw-r--r--tests/unit_tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit_tests/CMakeLists.txt b/tests/unit_tests/CMakeLists.txt
index 3c7414640..90feaf4a6 100644
--- a/tests/unit_tests/CMakeLists.txt
+++ b/tests/unit_tests/CMakeLists.txt
@@ -50,6 +50,7 @@ set(unit_tests_sources
get_xtype_from_string.cpp
hashchain.cpp
http.cpp
+ keccak.cpp
main.cpp
memwipe.cpp
mnemonics.cpp